Skip to content

Commit

Permalink
chore: optimize release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 14, 2024
1 parent 1d6effb commit 6f6302b
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
@@ -1,6 +1,5 @@
{
"name": "vite-vanilla-library",
"type": "module",
"version": "0.0.0",
"private": true,
"exports": {
Expand All @@ -16,7 +15,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"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 6f6302b

Please sign in to comment.