Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 19, 2023
1 parent 7bb0b3c commit 5db5198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"docs:dev": "pnpm nuxt dev docs",
"lint": "eslint --ext .ts --ext .vue .",
"prepack": "pnpm build",
"release": "pnpm run prerelease",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease=rc --push && npm publish --tag rc",
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
"test": "nuxi prepare playground && pnpm vitest run",
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
Expand Down

0 comments on commit 5db5198

Please sign in to comment.