Skip to content

Commit

Permalink
ci: ignore custom lodash build for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 27, 2016
1 parent d5efbd8 commit 50e740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"pro-local": "node test/protractor/setup.js",
"unit": "mocha --recursive test/specs --timeout 10000",
"cover": "npm run env && npm run cover-local && npm run coveralls",
"cover-local": "istanbul cover _mocha -- --timeout 10000 --recursive ./test/specs",
"cover-local": "istanbul cover -x lodash.custom.js _mocha -- --timeout 10000 --recursive ./test/specs",
"coveralls": "istanbul-coveralls",
"pre-release": "npm test && npm run pro-local && npm run pro",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject exports=node"
Expand Down

0 comments on commit 50e740c

Please sign in to comment.