diff options
| -rw-r--r-- | packages/opencode/src/format/formatter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/format/formatter.ts b/packages/opencode/src/format/formatter.ts index 9051cecde..51a54273f 100644 --- a/packages/opencode/src/format/formatter.ts +++ b/packages/opencode/src/format/formatter.ts @@ -103,7 +103,7 @@ export const oxfmt: Info = { export const biome: Info = { name: "biome", - command: ["bun", "x", "@biomejs/biome", "check", "--write", "$FILE"], + command: ["bun", "x", "@biomejs/biome", "format", "--write", "$FILE"], environment: { BUN_BE_BUN: "1", }, |
