Skip to content

Commit 483765f

Browse files
committed
chore: use bumpp -r
1 parent 0848818 commit 483765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postinstall": "simple-git-hooks && pnpm -r build:stub",
3131
"docs": "pnpm -r docs",
3232
"lint": "eslint .",
33-
"release": "bumpp && pnpm publish",
33+
"release": "bumpp -r && pnpm publish",
3434
"test": "vitest --coverage",
3535
"test:types": "tsc --noEmit"
3636
},

0 commit comments

Comments
 (0)