Skip to content

Commit 710e9ed

Browse files
chore: improve build watch command to build cascade forest-express (#430)
1 parent 4558cda commit 710e9ed

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
@@ -63,7 +63,7 @@
6363
},
6464
"scripts": {
6565
"build": "./node_modules/.bin/babel src --out-dir dist && echo '\n\\033[0;34m[+] \\033[0;32mBuild done\\033[0m'",
66-
"build:watch": "onchange 'src/**/*.js' -i -- yarn build",
66+
"build:watch": "onchange 'src/**/*.js' 'node_modules/forest-express/dist/*' --no-exclude -i -- yarn build",
6767
"lint": "./node_modules/eslint/bin/eslint.js .eslint-bin src test",
6868
"test": "jest --runInBand",
6969
"test:coverage": "jest --runInBand --coverage --collectCoverageFrom=\"src/**/*.{ts,js}\""

0 commit comments

Comments
 (0)