We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bumpp -r
1 parent 0848818 commit 483765fCopy full SHA for 483765f
package.json
@@ -30,7 +30,7 @@
30
"postinstall": "simple-git-hooks && pnpm -r build:stub",
31
"docs": "pnpm -r docs",
32
"lint": "eslint .",
33
- "release": "bumpp && pnpm publish",
+ "release": "bumpp -r && pnpm publish",
34
"test": "vitest --coverage",
35
"test:types": "tsc --noEmit"
36
},
0 commit comments