Skip to content

Commit edda0c0

Browse files
committed
chore: rename script
1 parent 3cf3594 commit edda0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "rollup -c --exports auto",
2828
"deploy": "gh-pages -d storybook-static",
2929
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
30-
"prepublishOnly": "git push && git push --tags && gh-release",
30+
"pre-release": "git push && git push --tags && gh-release",
3131
"storybook": "start-storybook -p 6006",
3232
"publish": "npm publish",
3333
"build-storybook": "build-storybook",

0 commit comments

Comments
 (0)