ci: ignore

This commit is contained in:
Dax Raad 2025-08-03 03:45:05 -04:00
parent f739e1a958
commit 49c8889228

View file

@ -13,7 +13,7 @@ console.log()
import { createClient } from "@hey-api/openapi-ts" import { createClient } from "@hey-api/openapi-ts"
await fs.rm(path.join(dir, "src/gen"), { recursive: true, force: true }) 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({ await createClient({
input: "./openapi.json", input: "./openapi.json",