Skip to content

Commit bfd43f0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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+
"bump": "bumpp package.json --commit --push --tag",
4647
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
4748
"lint": "eslint .",
4849
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)