Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
test(coverage): ✅ fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaxy committed Jul 26, 2019
1 parent 0660282 commit df53e73
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 @@ -26,7 +26,7 @@
"dev-server": "webpack-dev-server --config src/__tests__/helpers/webpack.config.js",
"build": "tsc",
"test": "jest",
"coverage": "nyc report --reporter=json > coverage/coverage.json",
"coverage": "mkdir coverage && nyc report --reporter=json > coverage/coverage.json",
"release:beta": "npm run test && npm run build && standard-version --prerelease beta && npm publish --tag beta && git push --follow-tags",
"release": "npm run test && npm run build && standard-version && npm publish && git push --follow-tags"
},
Expand Down

0 comments on commit df53e73

Please sign in to comment.