Skip to content

Commit

Permalink
chore(package): simplify coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Aug 5, 2015
1 parent ecdec7f commit e18f29c
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 @@ -66,7 +66,7 @@
},
"scripts": {
"coverage": "nyc report",
"coverage:upload": "npm run coverage -- --reporter=lcovonly && coveralls < coverage/lcov.info",
"coverage:upload": "npm run -s coverage -- --reporter=text-lcov | coveralls",
"pretest": "standard",
"semantic-release": "semantic-release-scripts pre && npm publish && semantic-release-scripts post",
"start": "bin/start",
Expand Down

0 comments on commit e18f29c

Please sign in to comment.