Skip to content

Commit cb7bcc1

Browse files
committed
chore: sync release script to org
1 parent 4a394bd commit cb7bcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dev:ssl": "nuxi dev playground --https",
4343
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4444
"typecheck": "pnpm dlx vue-tsc --noEmit",
45-
"release": "pnpm build && bumpp && pnpm publish --no-git-checks",
45+
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
4646
"lint": "eslint .",
4747
"lint:fix": "eslint . --fix",
4848
"test": "vitest",

0 commit comments

Comments
 (0)