watch mode arguments

This commit is contained in:
afc163 2015-05-27 14:26:05 +08:00
parent 1e68880e17
commit 88bcc34f5f

View File

@ -29,7 +29,7 @@
},
"scripts": {
"build": "npm run clean && webpack && nico build",
"start": "npm run clean && concurrent --kill-others 'webpack -w' 'nico server --watch'",
"start": "npm run clean && concurrent -r 'webpack -w --watch-aggregate-timeout 0' 'nico server --watch'",
"clean": "rm -rf _site",
"deploy": "npm run build && gh-pages -d _site -b master"
}