- npm: Update `open-report` for cross-platform

master
Brett Zamir 2019-12-24 11:50:44 +08:00
parent dbe0bb1615
commit 8aaf40a64b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
setup browser-bug folder and ui issues folder
- Testing: Create test utilities for selecting English and visiting and
approving storage
- npm: Add rimraf toward supporting Windows development (needed for
- npm: Fix scripts for Windows development (needed for
building docs and instrumenting)
- npm: Update scripts to reflect removal of `all_tests.html`;
remove `browser-test` script

View File

@ -31,7 +31,7 @@
"start": "echo \"Open file, e.g., to http://localhost:8000/editor/svg-editor-es.html\" && static -p 8000",
"cypress:open": "cypress open",
"cypress:run": "cypress run && npm run coverage-badge",
"open-report": "open http://localhost:8000/coverage/",
"open-report": "open-cli http://localhost:8000/coverage/",
"start-open-report": "run-p start open-report",
"instrument:replace-html": "frs-replace \"../svgedit-config-es.js\" \"svgedit-config-es.js\" -i instrumented/svg-editor-es.html -o instrumented/svg-editor-es.html",
"instrument:replace-js": "frs-replace \"editor/svg-editor.js\" \"svg-editor.js\" -i svgedit-config-es.js -o instrumented/svgedit-config-es.js",