Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 7, 2025
1 parent d5dc48c commit bfd43f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"dev:ssl": "nuxi dev playground --https",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"typecheck": "vue-tsc --noEmit",
"bump": "bumpp package.json --commit --push --tag",
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit bfd43f0

Please sign in to comment.