Skip to content

Commit

Permalink
fix(examples): Watch correct directory (#739)
Browse files Browse the repository at this point in the history
Fixes #705
  • Loading branch information
chazzmoney authored Nov 30, 2021
1 parent ad7f6ea commit 56574a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/advanced/auto-rebuild-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "node_modules/.bin/style-dictionary build",
"clean": "rm -rf build",
"watch": "npm run build && chokidar \"properties/**/*.json\" -c \"npm run build\"",
"watch": "npm run build && chokidar \"tokens/**/*.json\" -c \"npm run build\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand All @@ -19,4 +19,4 @@
"chokidar-cli": "^1.2.0",
"style-dictionary": "3.0.3"
}
}
}

0 comments on commit 56574a4

Please sign in to comment.