ci: ignore

pull/1564/head v0.3.116
Dax Raad 2025-08-03 03:45:05 -04:00
parent f739e1a958
commit 49c8889228
1 changed files with 1 additions and 1 deletions

View File

@ -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",