Skip to content

Commit

Permalink
refactor: package release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zedjarvis committed Feb 27, 2024
1 parent 1156cc6 commit 38de721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dev:preview": "vite preview dev",
"lint": "eslint .",
"prepublishOnly": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm changelogen --release && npm publish && git push --follow-tags",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
Expand Down

0 comments on commit 38de721

Please sign in to comment.