Skip to content

Commit 48fd9a4

Browse files
committed
feat(dx): simplify release script
1 parent eeb8531 commit 48fd9a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"coverage": "vitest run --coverage",
4646
"typecheck": "vue-tsc --emitDeclarationOnly",
4747
"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"
48+
"release": "npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog"
5049
},
5150
"dependencies": {
5251
"vue": "^3.2.33"

0 commit comments

Comments
 (0)