We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977f4db commit 8271edeCopy full SHA for 8271ede
package.json
@@ -31,7 +31,7 @@
31
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix .",
32
"prepublishOnly": "npm run build",
33
"security:eslint": "eslint -f @microsoft/eslint-formatter-sarif -o eslint-results.sarif .",
34
- "test": "nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
+ "test": "npm run clean && nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
35
"typecheck": "tsc -p tsconfig.json --noEmit"
36
},
37
"devDependencies": {
0 commit comments