Skip to content

Commit dea8259

Browse files
committed
chore: add output
1 parent b2c4d8f commit dea8259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"lint:fix": "eslint . --fix",
4646
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4747
"commit": "git cz",
48-
"changelog": "bunx changelogen",
48+
"changelog": "bunx changelogen --output CHANGELOG.md",
4949
"prepublishOnly": "bun --bun run build",
50-
"release": "bunx bumpp package.json --all && bun run changelog",
50+
"release": "bun run changelog && bunx bumpp package.json --all",
5151
"test": "bun test",
5252
"typecheck": "tsc --noEmit"
5353
},

0 commit comments

Comments
 (0)