We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b61ad2 commit 52c9116Copy full SHA for 52c9116
package.json
@@ -39,7 +39,7 @@
39
"build:node_modules": "shx mkdir -p dist/node_modules && shx cp -r node_modules/semver dist/node_modules",
40
"watch": "tsc --watch",
41
"test": "mocha && npm run lint",
42
- "coverage": "nyc -x dist/sourcemap-register.js node_modules/mocha/bin/mocha",
+ "coverage": "nyc -x test/** -x dist/sourcemap-register.js node_modules/mocha/bin/mocha",
43
"upgrade": "npm-check -u && npm audit fix",
44
"bump": "bump --tag --push --all && git tag -afm v1 v1 && git push --tags --force",
45
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
0 commit comments