File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 "start" : " npm-run-all --parallel run-server run-webpack-dev-server" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "run-server" : " node server/index.js" ,
10- "run-webpack-dev-server" : " webpack-dev-server --mode development --https --cert ./certs/cert.pem --key ./certs/key.pem --hot --inline --progress --colors --watch --compress --content-base ./dist --port 8086 --host 0.0.0.0"
10+ "run-webpack-dev-server" : " webpack-dev-server --mode development --https --cert ./certs/cert.pem --key ./certs/key.pem --hot --inline --progress --colors --watch --compress --content-base ./dist --port 8086 --host 0.0.0.0" ,
11+ "build" : " webpack --mode production --progress --colors --config ./webpack.config.js"
1112 },
1213 "repository" : {
1314 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments