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 ff839ff commit 777babbCopy full SHA for 777babb
package.json
@@ -70,7 +70,7 @@
70
"example:dev": "npm -C examples/vite-vue3 run dev",
71
"prepublishOnly": "npm run build",
72
"lint": "eslint .",
73
- "release": "bumpp --commit --tag --push",
+ "release": "bumpp && npm publish",
74
"test": "vitest",
75
"test:update": "vitest --u"
76
},
0 commit comments