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 6d1d242 commit 6f20fcbCopy full SHA for 6f20fcb
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"format:fix": "bunx --bun pickier . --format --write",
47
"changelog": "bunx logsmith --verbose",
48
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
49
- "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
+ "release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",
50
"postinstall": "bunx git-hooks",
51
"dev:docs": "bun --bun vitepress dev docs",
52
"build:docs": "bun --bun vitepress build docs",
0 commit comments