Skip to content

Commit 979757b

Browse files
committed
fix: format
1 parent ed4066c commit 979757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "dotenv -- turbo run dev",
77
"start": "turbo run start",
88
"lint": "bunx biome check ./",
9-
"format": "bunx biome format --write ./",
9+
"format": "bunx --bun biome lint --write --unsafe ./",
1010
"check-types": "tsc --noEmit --project .",
1111
"generate-db": "turbo run generate --filter=@databuddy/db",
1212
"db:studio": "dotenv -- turbo run db:studio",

0 commit comments

Comments
 (0)