Skip to content

Commit cda34a1

Browse files
committed
quote coverage task
1 parent 97970f7 commit cda34a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"lint-file-standard": "eclint check lib/**/*.js hot/*.js bin/*.js benchmark/*.js test/*.js",
9595
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
9696
"nsp": "nsp check --output summary",
97-
"cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
97+
"cover": "istanbul cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha",
9898
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
9999
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
100100
}

0 commit comments

Comments
 (0)