We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee69c5b commit 445d3e6Copy full SHA for 445d3e6
package.json
@@ -28,6 +28,8 @@
28
"preview": "vite preview",
29
"build-demo": "yarn build -c vite-gh-pages.config.ts",
30
"build-site": "yarn build-demo && yarn build-storybook && mv storybook-static out/storybook",
31
+ "preversion": "npm run lint && npm run build",
32
+ "postversion": "git push --follow-tags",
33
"predeploy": "yarn build-site",
34
"deploy": "gh-pages -d out --nojekyll",
35
"postdeploy": "git push --follow-tags",
0 commit comments