- Linting: Ignore instrumented

- Fix instrumented path
- Add underscore map file
This commit is contained in:
Brett Zamir
2019-11-23 21:54:01 +08:00
parent 14c8c17968
commit 70aa62ee7b
3 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ node_modules
ignore
coverage
instrumented
dist
docs/jsdoc

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@
"cypress:run": "cypress run",
"open-report": "open http://localhost:3000/coverage/",
"start-open-report": "run-p start open-report",
"instrument": "npx nyc instrument app/public instrumented",
"instrument": "npx nyc instrument editor instrumented",
"open-cov": "npm-run-all instrument --parallel --race start cypress:open",
"open": "run-p start cypress:open",
"report": "npx nyc report",