Skip to content

Commit

Permalink
chore(codeclimate): fix codeclimate reporter cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 12, 2016
1 parent b9c8ce2 commit 534511f
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 @@ -49,7 +49,7 @@
"test": "mocha --recursive",
"pretest": "standard && echint",
"coverage": "istanbul cover --dir coverage _mocha -- --recursive --fgrep 'Request Validation' --invert --reporter dot",
"codeclimate": "codeclimate < coverage/lcov.info",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"echint": {
Expand Down

0 comments on commit 534511f

Please sign in to comment.