ci: fix file perm

This commit is contained in:
Aiden Cline
2025-12-26 14:34:19 -06:00
parent e73b8cf171
commit 0c2bf6870b
Regular → Executable
-3
View File
@@ -2,11 +2,8 @@
import { $ } from "bun"
// Build SDK
await $`bun ./packages/sdk/js/script/build.ts`
// Generate openapi.json
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
// Format
await $`./script/format.ts`