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 4b20545 commit cfa947eCopy full SHA for cfa947e
package.json
@@ -83,7 +83,7 @@
83
"beautify-lint": "node ./scripts/beautify-check",
84
"beautify": "node ./scripts/beautify-rewrite",
85
"precover": "npm run lint && npm run beautify-lint",
86
- "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
+ "cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
87
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
88
}
89
0 commit comments