We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb8531 commit 48fd9a4Copy full SHA for 48fd9a4
package.json
@@ -45,8 +45,7 @@
45
"coverage": "vitest run --coverage",
46
"typecheck": "vue-tsc --emitDeclarationOnly",
47
"preinstall": "node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js",
48
- "release": "bumpp package.json --commit --push --tag && pnpm run changelog",
49
- "publish": "standard-version && git push --follow-tags"
+ "release": "npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog"
50
},
51
"dependencies": {
52
"vue": "^3.2.33"
0 commit comments