Merge pull request #551 from swingerman/feature/improve-start-script

Improve start script command
This commit is contained in:
JFH
2021-05-27 20:55:45 +02:00
committed by GitHub

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