mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Disable generation of the source map
This commit is contained in:
parent
59de73d003
commit
f3b6327f90
3 changed files with 3 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt && eolConverter lf dist/*",
|
||||
"package": "ncc build --license licenses.txt && eolConverter lf dist/*",
|
||||
"test": "jest --ci --reporters=default --reporters=jest-junit",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
|
||||
"dart-fixture": "cd \"reports/dart\" && dart test --file-reporter=\"json:../../__tests__/fixtures/dart-json.json\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue