diff options
Diffstat (limited to 'script')
| -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]"` |
