File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "build:dev:ci" : " npm run _internal-check-node-version && npm run clean && npm run _internal-install-sdk && npm run build:dev" ,
99 "build:prod" : " npm run _internal-check-node-version && run-p -l fix _internal-build-prod-only" ,
1010 "build:prod:ci" : " npm run _internal-check-node-version && npm run clean && npm run _internal-install-sdk && npm run build:prod" ,
11- "start-dev" : " webpack serve --mode=' development' " ,
12- "start-dev-https" : " webpack serve --server-type https --mode=' development' " ,
11+ "start-dev" : " webpack serve --mode=development" ,
12+ "start-dev-https" : " webpack serve --server-type https --mode=development" ,
1313 "start-prod" : " http-server ./dist --port 3502 --gzip --brotli --cors --proxy http://localhost:3502?" ,
1414 "start-prod-https" : " http-server ./dist --port 3502 --gzip --brotli --cors --ssl --cert private.pem --key private.key --proxy https://localhost:3502?" ,
1515 "clean" : " echo \" cleaning...\" && npx shx --yes rm -rf ./dist/** ./node_modules" ,
You can’t perform that action at this time.
0 commit comments