sync
This commit is contained in:
parent
11840191f8
commit
c35c15a3ac
27 changed files with 6177 additions and 5573 deletions
|
|
@ -10,8 +10,6 @@ import { createClient } from "@hey-api/openapi-ts"
|
|||
|
||||
await $`bun dev generate > ${dir}/openapi.json`.cwd(path.resolve(dir, "../../opencode"))
|
||||
|
||||
await $`rm -rf src/gen`
|
||||
|
||||
await createClient({
|
||||
input: "./openapi.json",
|
||||
output: {
|
||||
|
|
@ -40,5 +38,6 @@ await createClient({
|
|||
})
|
||||
|
||||
await $`bun prettier --write src/gen`
|
||||
await $`bun prettier --write src/v2`
|
||||
await $`rm -rf dist`
|
||||
await $`bun tsc`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue