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 b2c4d8f commit dea8259Copy full SHA for dea8259
package.json
@@ -45,9 +45,9 @@
45
"lint:fix": "eslint . --fix",
46
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
47
"commit": "git cz",
48
- "changelog": "bunx changelogen",
+ "changelog": "bunx changelogen --output CHANGELOG.md",
49
"prepublishOnly": "bun --bun run build",
50
- "release": "bunx bumpp package.json --all && bun run changelog",
+ "release": "bun run changelog && bunx bumpp package.json --all",
51
"test": "bun test",
52
"typecheck": "tsc --noEmit"
53
},
0 commit comments