Skip to content

Commit d55c57e

Browse files
author
Alex Hinds
committed
chore: fix for package.json script
1 parent c78c3a0 commit d55c57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/storybook-addon-performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"build:clean": "rimraf dist",
9090
"build": "yarn build:clean && yarn typescript:build",
9191
"preversion": "yarn test",
92-
"postversion": "git add -A && git commit -m \"chore: publishing new version\" && git push && git push --tags",
92+
"postversion": "git add -A && git commit -m \"chore: publishing new version\" && git push --tags",
9393
"prepublishOnly": "yarn build"
9494
},
9595
"storybook": {

0 commit comments

Comments
 (0)