Skip to content

Commit 445d3e6

Browse files
committed
New tag
1 parent ee69c5b commit 445d3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"preview": "vite preview",
2929
"build-demo": "yarn build -c vite-gh-pages.config.ts",
3030
"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",
3133
"predeploy": "yarn build-site",
3234
"deploy": "gh-pages -d out --nojekyll",
3335
"postdeploy": "git push --follow-tags",

0 commit comments

Comments
 (0)