Skip to content

Commit 34707b3

Browse files
committed
add script to cleanup cov dir 🧹..
1 parent f23c662 commit 34707b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"pretest-ci": "npm run lint",
150150
"test": "ava",
151151
"test-ci": "npm run test-cov",
152+
"pretest-cov": "rimraf .nyc_output",
152153
"test-cov": "cross-env NODE_ENV=test nyc npm run test"
153154
},
154155
"xo": {

0 commit comments

Comments
 (0)