Skip to content

Commit

Permalink
update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaArgentieri committed Mar 26, 2024
1 parent c920a1f commit 9f7f854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"publish": "bun run build && npm publish"
},
"dependencies": {
"vue": "^3.3.11"
Expand Down

0 comments on commit 9f7f854

Please sign in to comment.