Skip to content

Commit

Permalink
keep coveralls command last
Browse files Browse the repository at this point in the history
  • Loading branch information
faboulaws committed Aug 12, 2019
1 parent 0f0f1b1 commit ad2ffb8
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 @@ -25,7 +25,7 @@
"pub": "npm run version:inc && npm run npm:pub",
"coverage": "nyc npm test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"cover": "npm i mongoose && npm run coverage && npm run coveralls && rm -rf ./coverage && npm r mongoose"
"cover": "npm i mongoose && npm run coverage && npm run coveralls"
},
"keywords": [
"mongoose",
Expand Down

0 comments on commit ad2ffb8

Please sign in to comment.