We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97970f7 commit cda34a1Copy full SHA for cda34a1
1 file changed
package.json
@@ -94,7 +94,7 @@
94
"lint-file-standard": "eclint check lib/**/*.js hot/*.js bin/*.js benchmark/*.js test/*.js",
95
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
96
"nsp": "nsp check --output summary",
97
- "cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
+ "cover": "istanbul cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha",
98
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
99
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
100
}
0 commit comments