summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-05-14 14:47:48 +0200
committerrr- <rr-@sakuya.pl>2016-05-14 14:47:48 +0200
commit83086fddd0d519a458a37c07dd02b0d1972c8d05 (patch)
treeecbafaf605148c8616516a63c99ea5b7ac635001 /client/package.json
parente6be94d1392d443bc1af8a26725b8548e9c247ce (diff)
client/general: skip vendor JS on watch
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 3f61d62..83b33ae 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' html js css img --wait=0 --ignoreDotFiles"
+ "watch": "watch 'npm run build -- --no-vendor-js' html js css img --wait=0 --ignoreDotFiles"
},
"dependencies": {
"babel-polyfill": "^6.7.4",