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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user