Skip to content

Commit

Permalink
feat(dx): simplify release script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent eeb8531 commit 48fd9a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --emitDeclarationOnly",
"preinstall": "node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js",
"release": "bumpp package.json --commit --push --tag && pnpm run changelog",
"publish": "standard-version && git push --follow-tags"
"release": "npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog"
},
"dependencies": {
"vue": "^3.2.33"
Expand Down

0 comments on commit 48fd9a4

Please sign in to comment.