diff --git a/client/package.json b/client/package.json index 0f97c700..190d379f 100644 --- a/client/package.json +++ b/client/package.json @@ -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",