mirror of
https://github.com/sst/opencode.git
synced 2025-08-23 14:34:08 +00:00
ci: ignore
This commit is contained in:
parent
f739e1a958
commit
49c8889228
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ console.log()
|
|||
import { createClient } from "@hey-api/openapi-ts"
|
||||
|
||||
await fs.rm(path.join(dir, "src/gen"), { recursive: true, force: true })
|
||||
await $`bun run ../../opencode/src/index.ts generate > openapi.json`
|
||||
await $`bun run ./src/index.ts generate > openapi.json`.cwd(path.resolve(dir, "../../opencode"))
|
||||
|
||||
await createClient({
|
||||
input: "./openapi.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue