fix script bug

master
JFH 2021-07-25 22:13:06 +02:00
parent a417b1b32e
commit 5b1a11756f
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
"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",
"cypress:run": "rimraf \".nyc_output/*\" && cypress run -q && cypress:summary",
"cypress:summary": "nyc report --reporter=text-summary",
"cypress:run": "rimraf \".nyc_output/*\" && cypress run -q && nyc report --reporter=text-summary",
"cypress:instrument": "rimraf instrumented && cp-cli src instrumented && nyc instrument --compact=false src instrumented",
"cypress:test": "start-server-and-test start:test http://localhost:8000/instrumented/editor/index.html cypress:run",
"start-allow-origin": "static -p 8001 -H '{\"Access-Control-Allow-Origin\": \"*\"}'",