Skip to content

Commit

Permalink
chore: fix for package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hinds committed Aug 11, 2021
1 parent c78c3a0 commit d55c57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-addon-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"build:clean": "rimraf dist",
"build": "yarn build:clean && yarn typescript:build",
"preversion": "yarn test",
"postversion": "git add -A && git commit -m \"chore: publishing new version\" && git push && git push --tags",
"postversion": "git add -A && git commit -m \"chore: publishing new version\" && git push --tags",
"prepublishOnly": "yarn build"
},
"storybook": {
Expand Down

0 comments on commit d55c57e

Please sign in to comment.