Skip to content

Commit 9f7f854

Browse files
update publish command
1 parent c920a1f commit 9f7f854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"scripts": {
2727
"dev": "vite",
2828
"build": "vue-tsc && vite build",
29-
"preview": "vite preview"
29+
"preview": "vite preview",
30+
"publish": "bun run build && npm publish"
3031
},
3132
"dependencies": {
3233
"vue": "^3.3.11"

0 commit comments

Comments
 (0)