We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150da1e commit 026970fCopy full SHA for 026970f
package.json
@@ -44,7 +44,8 @@
44
"build:types": "vue-tsc --noEmit",
45
"preview": "vite preview",
46
"version": " git add -A src",
47
- "postversion": "git push && git push --tags"
+ "postversion": "git push && git push --tags",
48
+ "deploy": "npm run build && npm version patch && npm publish"
49
},
50
"dependencies": {
51
"@nuxt/kit": "^3.0.0-rc.1",
0 commit comments