Skip to content

Commit

Permalink
chore: update publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Dec 5, 2022
1 parent af955cb commit baf3e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"docs:build": "pnpm run build && pnpm run -C docs build",
"gen-volar-dts": "esbuild scripts/gen-component-declaration.js --bundle --platform=node | node",
"format": "prettier -w types/* packages/*",
"release-major": "standard-version --release-as major --tag-prefix v",
"release-minor": "standard-version --release-as minor --tag-prefix v",
"release-patch": "standard-version --release-as patch --tag-prefix v"
"release-major": "standard-version --release-as major --tag-prefix v && pnpm run build",
"release-minor": "standard-version --release-as minor --tag-prefix v && pnpm run build",
"release-patch": "standard-version --release-as patch --tag-prefix v && pnpm run build"
},
"dependencies": {
"mitt": "^3.0.0",
Expand Down

0 comments on commit baf3e38

Please sign in to comment.