Skip to content

Commit cfa947e

Browse files
committed
fixed coverage task
1 parent 4b20545 commit cfa947e

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
@@ -83,7 +83,7 @@
8383
"beautify-lint": "node ./scripts/beautify-check",
8484
"beautify": "node ./scripts/beautify-rewrite",
8585
"precover": "npm run lint && npm run beautify-lint",
86-
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
86+
"cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
8787
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
8888
}
8989
}

0 commit comments

Comments
 (0)