We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d01a62 commit cfeb5f2Copy full SHA for cfeb5f2
1 file changed
package.json
@@ -41,8 +41,8 @@
41
"build": "tsc",
42
"watch": "tsc --watch",
43
"test": "mocha && npm run lint",
44
- "coverage": "nyc mocha",
45
"upgrade": "npm-check -u",
+ "coverage": "nyc node_modules/mocha/bin/mocha",
46
"bump": "node bin/bump.js --tag --push --all",
47
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
48
},
0 commit comments