Skip to content

Commit cfeb5f2

Browse files
Workaround for a bug in NYC on Windows
1 parent 7d01a62 commit cfeb5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"build": "tsc",
4242
"watch": "tsc --watch",
4343
"test": "mocha && npm run lint",
44-
"coverage": "nyc mocha",
4544
"upgrade": "npm-check -u",
45+
"coverage": "nyc node_modules/mocha/bin/mocha",
4646
"bump": "node bin/bump.js --tag --push --all",
4747
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
4848
},

0 commit comments

Comments
 (0)