Skip to content

Commit

Permalink
fix: run tests before release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Aug 26, 2022
1 parent 78986c0 commit 997847f
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 @@
"prepublishOnly": "concurrently \"yarn build\" \"yarn test\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"release": "release-it"
"release": "yarn test && npx release-it"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 997847f

Please sign in to comment.