Skip to content

Commit

Permalink
Fix preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni authored and mroderick committed Dec 19, 2019
1 parent f98c5f3 commit c848830
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 @@ -20,7 +20,7 @@
"test-check-coverage": "npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100",
"test-coverage": "nyc --all --reporter text --reporter html --reporter lcovonly npm run test",
"demo": "mocha demo/*.test.js",
"preversion": "npm test-check-coverage",
"preversion": "npm run test-check-coverage",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish"
},
Expand Down

0 comments on commit c848830

Please sign in to comment.