Skip to content

Commit 026970f

Browse files
committed
add command to deploy
1 parent 150da1e commit 026970f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"build:types": "vue-tsc --noEmit",
4545
"preview": "vite preview",
4646
"version": " git add -A src",
47-
"postversion": "git push && git push --tags"
47+
"postversion": "git push && git push --tags",
48+
"deploy": "npm run build && npm version patch && npm publish"
4849
},
4950
"dependencies": {
5051
"@nuxt/kit": "^3.0.0-rc.1",

0 commit comments

Comments
 (0)