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 .`
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ await $`bun ./packages/sdk/js/script/build.ts`
|
|||
|
||||
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
|
||||
|
||||
await $`./script/format.ts ./packages/sdk`
|
||||
await $`./script/format.ts`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue