Skip to content

Commit 2f482ad

Browse files
Workaround for a bug in NYC when running on Windows CI
1 parent 833c606 commit 2f482ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"build": "tsc",
3131
"watch": "tsc --watch",
3232
"test": "mocha && npm run lint",
33-
"coverage": "nyc mocha",
3433
"upgrade": "npm-check -u",
34+
"coverage": "nyc node_modules/mocha/bin/mocha",
3535
"bump": "bump --tag --push --all",
3636
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
3737
},

0 commit comments

Comments
 (0)