Improve start script command

master
Miklos Szanyi 2021-05-27 13:48:56 +03:00
parent 2ee9b9747f
commit 4a0e68ecfc
1 changed files with 2 additions and 2 deletions

View File

@ -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\": \"*\"}'",