We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4558cda commit 710e9edCopy full SHA for 710e9ed
package.json
@@ -63,7 +63,7 @@
63
},
64
"scripts": {
65
"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",
+ "build:watch": "onchange 'src/**/*.js' 'node_modules/forest-express/dist/*' --no-exclude -i -- yarn build",
67
"lint": "./node_modules/eslint/bin/eslint.js .eslint-bin src test",
68
"test": "jest --runInBand",
69
"test:coverage": "jest --runInBand --coverage --collectCoverageFrom=\"src/**/*.{ts,js}\""
0 commit comments