Skip to content

Commit fa9a365

Browse files
chore: wip
1 parent 313e8eb commit fa9a365

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
"test": "bun test",
4343
"lint": "bunx --bun pickier .",
4444
"lint:fix": "bunx --bun pickier . --fix",
45+
"format": "bunx --bun pickier . --format",
46+
"format:fix": "bunx --bun pickier . --format --write",
4547
"changelog": "bunx logsmith --verbose",
4648
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
4749
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",

0 commit comments

Comments
 (0)