Rename npm script

webpack scripts are meant to “build” assets, so place them under the same namespace

* dev => build:dev
* build => build:prod
This commit is contained in:
Yukai Huang
2016-12-10 22:12:07 +08:00
parent 65a1a62cc0
commit ed83dfc862
3 changed files with 4 additions and 4 deletions

View File

@@ -31,5 +31,5 @@ EOF
cp public/js/config.js.example public/js/config.js
# build app
npm run build
npm run build:prod
fi