Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Aug 22, 2019
1 parent d835248 commit 8183981
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 @@ -22,7 +22,7 @@
"postinstall:3": "yarn js-common-prettierrc-clone && yarn js-common-eslint-config-mono-clone",
"prepare": "yarn postinstall:1 && yarn postinstall:2 && yarn postinstall:3 && yarn sort-package-json",
"test": "yarn jest",
"test:ci": "yarn lint && yarn test && yarn coveralls",
"test:ci": "yarn lint && yarn test --coverage && yarn coveralls",
"preversion": "yarn build"
},
"devDependencies": {
Expand Down

0 comments on commit 8183981

Please sign in to comment.