Improve start script command
parent
2ee9b9747f
commit
4a0e68ecfc
|
@ -20,8 +20,8 @@
|
|||
"cypress:run": "run-s -n -c cypress:run-no-badge report-summary-mocha-full",
|
||||
"build": "rollup -c",
|
||||
"build:watch": "rollup -c --watch",
|
||||
"start": "web-dev-server --node-resolve",
|
||||
"start:watch": "web-dev-server --node-resolve --watch",
|
||||
"start": "web-dev-server --app-index src/editor/index.html --open --node-resolve",
|
||||
"start:watch": "web-dev-server --app-index src/editor/index.html --open --node-resolve --watch",
|
||||
"cypress:open": "run-p start cypress:open-no-start",
|
||||
"cypress:open-no-start": "cypress open",
|
||||
"start-allow-origin": "static -p 8001 -H '{\"Access-Control-Allow-Origin\": \"*\"}'",
|
||||
|
|
Loading…
Reference in New Issue