diff options
| author | Dax Raad <[email protected]> | 2025-11-06 13:03:02 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-11-06 13:03:12 -0500 |
| commit | 1ea3a8eb9beeb7d510fd29164ea741acec1ee04d (patch) | |
| tree | 22c35a0003c6c2cfb998431f8e5180879cbab9d3 /script/format.ts | |
| parent | 8729edc5e059a9a29346044b016a6e05d9aca835 (diff) | |
| download | opencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.tar.gz opencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.zip | |
big format
Diffstat (limited to 'script/format.ts')
| -rwxr-xr-x | script/format.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/format.ts b/script/format.ts index c09809737..f5a54a57f 100755 --- a/script/format.ts +++ b/script/format.ts @@ -2,7 +2,7 @@ import { $ } from "bun" -await $`bun run prettier --ignore-unknown --write` +await $`bun run prettier --ignore-unknown --write .` if (process.env["CI"] && (await $`git status --porcelain`.text())) { await $`git config --local user.email "[email protected]"` |
