diff options
Diffstat (limited to 'script/format.ts')
| -rwxr-xr-x | script/format.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/format.ts b/script/format.ts index 37ab2197d..996de9ad0 100755 --- a/script/format.ts +++ b/script/format.ts @@ -2,6 +2,4 @@ import { $ } from "bun" -const dir = Bun.argv[2] ?? "." - -await $`bun run prettier --ignore-unknown --write ${dir}` +await $`bun run prettier --ignore-unknown --write .` |
