diff options
| author | James Long <[email protected]> | 2026-04-17 13:33:11 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-17 13:33:11 -0400 |
| commit | 4c30a78cd9623fe8f3a7c27860a7b8a0cc760e39 (patch) | |
| tree | 75743caf63a542b5c30d02f9204db3892d25a8b6 /script/format.ts | |
| parent | a8c78fc005a9a1cff3622a68f65b1df550cb2ccc (diff) | |
| download | opencode-4c30a78cd9623fe8f3a7c27860a7b8a0cc760e39.tar.gz opencode-4c30a78cd9623fe8f3a7c27860a7b8a0cc760e39.zip | |
fix: revert sdk generation script change (#23133)
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 .` |
