Skip to content

Commit ac03495

Browse files
chore: wip
1 parent a9b683a commit ac03495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"test": "bun test",
3131
"lint": "bunx --bun pickier .",
3232
"lint:fix": "bunx --bun pickier . --fix",
33+
"format": "bunx --bun pickier . --format",
34+
"format:fix": "bunx --bun pickier . --format --write",
3335
"format:check": "bunx --bun pickier run --mode format --check",
3436
"changelog": "bunx logsmith --verbose",
3537
"changelog:generate": "bunx logsmith --output CHANGELOG.md",

0 commit comments

Comments
 (0)