Skip to content

Commit

Permalink
chore: add release:minor script
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 12, 2024
1 parent 3d52245 commit 01a153e
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 @@ -44,6 +44,7 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"typecheck": "pnpm dlx vue-tsc --noEmit",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
Expand Down

0 comments on commit 01a153e

Please sign in to comment.