We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b20cfa commit 8018359Copy full SHA for 8018359
1 file changed
package.json
@@ -58,7 +58,7 @@
58
"format:fix": "bunx --bun pickier format . --write",
59
"changelog": "bunx logsmith --verbose",
60
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
61
- "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
+ "release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",
62
"dev:docs": "bun --bun vitepress dev docs",
63
"build:docs": "bun --bun vitepress build docs",
64
"preview:docs": "bun --bun vitepress preview docs",
0 commit comments