diff options
| author | Dax Raad <[email protected]> | 2025-09-27 02:22:03 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 02:22:03 -0400 |
| commit | 26ebf85b0e09b530d1ebfed7da4ce3d35fb044be (patch) | |
| tree | d471e6ebda76d9b964e3a89b1cc952a7f03537d2 /script/format.ts | |
| parent | 53481f97909be46601d2e4e7096db112c7605e20 (diff) | |
| download | opencode-26ebf85b0e09b530d1ebfed7da4ce3d35fb044be.tar.gz opencode-26ebf85b0e09b530d1ebfed7da4ce3d35fb044be.zip | |
ci: 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 f03439a32..c09809737 100755 --- a/script/format.ts +++ b/script/format.ts @@ -2,7 +2,7 @@ import { $ } from "bun" -await $`bun run prettier --ignore-unknown --write $(git ls-files)` +await $`bun run prettier --ignore-unknown --write` if (process.env["CI"] && (await $`git status --porcelain`.text())) { await $`git config --local user.email "[email protected]"` |
