File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
"server" : " npm run server:dev" ,
8
8
"server:dev" : " webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --hot --inline --progress --watch --open" ,
9
9
"server:prod" : " cross-env NODE_ENV=production webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --inline --progress --profile --watch --open --content-base dist/" ,
10
- "build" : " npm run build:dev " ,
10
+ "build" : " npm run build:prod " ,
11
11
"build:dev" : " webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached" ,
12
12
"build:prod" : " cross-env NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached --bail" ,
13
13
"clean" : " npm cache clear && rimraf -- dist" ,
You can’t perform that action at this time.
0 commit comments