Skip to content

Commit d5dc48c

Browse files
committed
chore: fix release script
1 parent c6ad034 commit d5dc48c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"dev:ssl": "nuxi dev playground --https",
4444
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4545
"typecheck": "vue-tsc --noEmit",
46-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
47-
"release:minor": "npm run lint && npm run test && pnpm run prepack && changelogen --minor --release",
46+
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
4847
"lint": "eslint .",
4948
"lint:fix": "eslint . --fix",
5049
"test": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",

0 commit comments

Comments
 (0)