Skip to content

Commit b2d6d06

Browse files
committed
chore: update format command
1 parent 166c23c commit b2d6d06

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
@@ -7,7 +7,7 @@
77
"build": "pnpm --filter \"@clack/*\" run build",
88
"start": "pnpm run dev",
99
"dev": "pnpm --filter @example/changesets run start",
10-
"format": "biome format --write",
10+
"format": "biome check --write",
1111
"lint": "biome lint --write --unsafe",
1212
"type-check": "biome lint && tsc",
1313
"test": "pnpm -r run test",

0 commit comments

Comments
 (0)