Skip to content

Commit 8271ede

Browse files
committed
Remove coverage folder before running tests
1 parent 977f4db commit 8271ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix .",
3232
"prepublishOnly": "npm run build",
3333
"security:eslint": "eslint -f @microsoft/eslint-formatter-sarif -o eslint-results.sarif .",
34-
"test": "nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
34+
"test": "npm run clean && nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",
3535
"typecheck": "tsc -p tsconfig.json --noEmit"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)