debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2022-08-08 15:59:53 +02:00
parent fd26975559
commit 4d69efd9f5
No known key found for this signature in database
GPG Key ID: 3B86485AC71C835C

View File

@ -29,7 +29,7 @@
"scripts": { "scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"pretest": "yarn compile", "pretest": "yarn compile",
"test": "nyc jasmine --config=\"jasmine.json\"", "test": "DEBUG=* nyc jasmine --config=\"jasmine.json\"",
"mutate": "stryker run", "mutate": "stryker run",
"precompile": "rm -rf dist", "precompile": "rm -rf dist",
"compile": "tsc" "compile": "tsc"