- Linting: Ignore instrumented
- Fix instrumented path - Add underscore map file
This commit is contained in:
@@ -2,6 +2,7 @@ node_modules
|
|||||||
ignore
|
ignore
|
||||||
|
|
||||||
coverage
|
coverage
|
||||||
|
instrumented
|
||||||
dist
|
dist
|
||||||
docs/jsdoc
|
docs/jsdoc
|
||||||
|
|
||||||
|
|||||||
1
editor/jspdf/underscore-min.map
Normal file
1
editor/jspdf/underscore-min.map
Normal file
File diff suppressed because one or more lines are too long
@@ -31,7 +31,7 @@
|
|||||||
"cypress:run": "cypress run",
|
"cypress:run": "cypress run",
|
||||||
"open-report": "open http://localhost:3000/coverage/",
|
"open-report": "open http://localhost:3000/coverage/",
|
||||||
"start-open-report": "run-p start open-report",
|
"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-cov": "npm-run-all instrument --parallel --race start cypress:open",
|
||||||
"open": "run-p start cypress:open",
|
"open": "run-p start cypress:open",
|
||||||
"report": "npx nyc report",
|
"report": "npx nyc report",
|
||||||
|
|||||||
Reference in New Issue
Block a user