Skip to content

Commit

Permalink
add test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPr committed Oct 25, 2020
1 parent 0d38ba5 commit 306f418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"test:coverage": "jest --collectCoverage",
"test:watch": "jest --watch",
"update": "yarn upgrade-interactive --latest",
"publish:patch": "yarn prepare && yarn copyAPIToDoc && npm version patch && npm publish",
"publish:minor": "yarn prepare && yarn copyAPIToDoc && npm version minor && npm publish",
"publish:major": "yarn prepare && yarn copyAPIToDoc && npm version major && npm publish"
"publish:patch": "yarn prepare && yarn test && yarn copyAPIToDoc && npm version patch && npm publish",
"publish:minor": "yarn prepare && yarn test && yarn copyAPIToDoc && npm version minor && npm publish",
"publish:major": "yarn prepare && yarn test && yarn copyAPIToDoc && npm version major && npm publish"
},
"dependencies": {
"is-mobile": "2.2.2",
Expand Down

0 comments on commit 306f418

Please sign in to comment.