diff options
author | Yukai Huang | 2016-12-10 22:12:07 +0800 |
---|---|---|
committer | Yukai Huang | 2016-12-10 22:12:07 +0800 |
commit | ed83dfc862768572eab0c2aed629b1700ac9e224 (patch) | |
tree | 417752b240ba9f6cc26cfeba63b69e04d47b2bc8 /bin | |
parent | 65a1a62cc0791cbf88a626d3cccf6fbe7bd1966e (diff) |
Rename npm script
webpack scripts are meant to “build” assets, so place them under the same namespace
* dev => build:dev
* build => build:prod
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/heroku | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |