Skip to content

Commit

Permalink
quote coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 20, 2016
1 parent 97970f7 commit cda34a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"lint-file-standard": "eclint check lib/**/*.js hot/*.js bin/*.js benchmark/*.js test/*.js",
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
"nsp": "nsp check --output summary",
"cover": "istanbul cover -x **/*.runtime.js node_modules/mocha/bin/_mocha",
"cover": "istanbul cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha",
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
}
Expand Down

0 comments on commit cda34a1

Please sign in to comment.