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.
1 parent d0166d9 commit b3288beCopy full SHA for b3288be
package.json
@@ -46,7 +46,7 @@
46
"lint:fix": "bunx --bun eslint . --fix",
47
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
48
"changelog": "bunx changelogen --output CHANGELOG.md",
49
- "release": "bun run changelog && bunx bumpp package.json --all",
+ "release": "bun run changelog && bunx bumpp -r --all",
50
"test": "bun test",
51
"typecheck": "bunx tsc --noEmit",
52
"dev:docs": "bun --bun vitepress dev docs",
0 commit comments