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 3535 "build:dev:ci" : " npm run ci && npm run build:dev" ,
3636 "build:prod" : " run-p -l lint build-prod-only" ,
3737 "build:prod:ci" : " npm run ci && npm run build:prod" ,
38- "start-dev" : " webpack serve --mode=' development' " ,
39- "start-dev-https" : " webpack serve --server-type https --mode=' development' " ,
38+ "start-dev" : " webpack serve --mode=development" ,
39+ "start-dev-https" : " webpack serve --server-type https --mode=development" ,
4040 "start-prod" : " http-server ./dist --port 3502 --ext html -c-1 --gzip --brotli --cors --proxy http://localhost:3502?" ,
4141 "start-prod-https" : " http-server ./dist --port 3502 --ext html -c-1 --gzip --brotli --cors --ssl --cert private.pem --key private.key --proxy https://localhost:3502?" ,
4242 "test" : " node scripts/playwright-message.js && playwright test --project=chromium MediaCo/portal MediaCo/embedded" ,
You can’t perform that action at this time.
0 commit comments