Skip to content

Commit 7ea90a7

Browse files
committed
[Release] Add patch release script
1 parent c2e1de7 commit 7ea90a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"type:check": "tsc --noEmit",
4040
"test": "jest",
4141
"test:coverage": "pnpm test -- --collectCoverage",
42-
"test:watch": "pnpm test -- --watch"
42+
"test:watch": "pnpm test -- --watch",
43+
"release:patch": "pnpm version patch && pnpm publish && git push --follow-tags"
4344
},
4445
"devDependencies": {
4546
"@rollup/plugin-typescript": "^11.1.6",

0 commit comments

Comments
 (0)