Skip to content

Commit e9532f1

Browse files
committed
[tool fix] watch glob should match build glob
1 parent 11bb0ce commit e9532f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:parser-tidy": "mv lib/antlr/build/* lib/antlr && rm -rf lib/antlr/build",
1515
"build:coffee": "iced --bare --map --runtime node -o lib/ -c src/",
1616
"build": "npm run build:mkdirs && npm run vendor:grammar && npm run vendor:antlr && npm run build:parser && npm run build:parser-tidy && npm run build:coffee",
17-
"watch": "iced --watch --bare --map --runtime node -o lib/ -c src/*",
17+
"watch": "iced --watch --bare --map --runtime node -o lib/ -c src/",
1818
"test:modules": "mocha --recursive --compilers coffee:iced-coffee-script/register --require iced-coffee-coverage/register-istanbul test/",
1919
"test:coverage": "istanbul report",
2020
"test": "npm run test:modules && npm run test:coverage"

0 commit comments

Comments
 (0)