Skip to content

Commit

Permalink
build: optimize release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 11, 2024
1 parent 03d6992 commit b1b38fb
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 @@ -16,7 +16,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"lint": "eslint . --fix",
"test": "vitest --run",
"test:watch": "vitest",
Expand Down

0 comments on commit b1b38fb

Please sign in to comment.