From 432d57096ecb7ecb1c349988be4031f71ad11412 Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 21 May 2016 10:34:29 +0200 Subject: [PATCH] client/build: pick up changes faster --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 0f97c70..190d379 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",