client/build: pick up changes faster

This commit is contained in:
rr- 2016-05-21 10:34:29 +02:00
parent 94a228b1e7
commit 432d57096e

View file

@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "node build.js",
"watch": "watch 'npm run build -- --no-vendor-js' html js css img --wait=0 --ignoreDotFiles"
"watch": "watch 'npm run build -- --no-vendor-js' html js css img --wait=1 --interval=0.5 --ignoreDotFiles"
},
"dependencies": {
"babel-polyfill": "^6.7.4",