We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf3594 commit edda0c0Copy full SHA for edda0c0
package.json
@@ -27,7 +27,7 @@
27
"build": "rollup -c --exports auto",
28
"deploy": "gh-pages -d storybook-static",
29
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
30
- "prepublishOnly": "git push && git push --tags && gh-release",
+ "pre-release": "git push && git push --tags && gh-release",
31
"storybook": "start-storybook -p 6006",
32
"publish": "npm publish",
33
"build-storybook": "build-storybook",
0 commit comments