mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix: revert sdk generation script change (#23133)
This commit is contained in:
parent
a8c78fc005
commit
4c30a78cd9
2 changed files with 2 additions and 4 deletions
|
|
@ -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 .`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue