ci: fix file perm
This commit is contained in:
parent
e73b8cf171
commit
0c2bf6870b
1 changed files with 0 additions and 3 deletions
3
script/generate.ts
Normal file → Executable file
3
script/generate.ts
Normal file → Executable file
|
|
@ -2,11 +2,8 @@
|
||||||
|
|
||||||
import { $ } from "bun"
|
import { $ } from "bun"
|
||||||
|
|
||||||
// Build SDK
|
|
||||||
await $`bun ./packages/sdk/js/script/build.ts`
|
await $`bun ./packages/sdk/js/script/build.ts`
|
||||||
|
|
||||||
// Generate openapi.json
|
|
||||||
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
|
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
|
||||||
|
|
||||||
// Format
|
|
||||||
await $`./script/format.ts`
|
await $`./script/format.ts`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue