Skip to content

Commit 4bb1f5e

Browse files
Fixed the syntax of the "coverage" script
1 parent 52c9116 commit 4bb1f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build:node_modules": "shx mkdir -p dist/node_modules && shx cp -r node_modules/semver dist/node_modules",
4040
"watch": "tsc --watch",
4141
"test": "mocha && npm run lint",
42-
"coverage": "nyc -x test/** -x dist/sourcemap-register.js node_modules/mocha/bin/mocha",
42+
"coverage": "nyc -x test -x dist/sourcemap-register.js node_modules/mocha/bin/mocha",
4343
"upgrade": "npm-check -u && npm audit fix",
4444
"bump": "bump --tag --push --all && git tag -afm v1 v1 && git push --tags --force",
4545
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"

0 commit comments

Comments
 (0)