Skip to content

Commit

Permalink
🤔 auto-increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsslldnphy committed Mar 21, 2024
1 parent 0a0b05b commit 68b1de6
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 @@ -8,7 +8,7 @@
"lint": "eslint --ignore-path .gitignore src",
"prettier": "prettier -c src",
"typecheck": "tsc --noEmit",
"release": "pnpm build && pnpm publish",
"release": "pnpm build && pnpm version patch && pnpm publish",
"build": "tsc",
"test": "vitest"
},
Expand Down

0 comments on commit 68b1de6

Please sign in to comment.