diff options
| author | Dax Raad <[email protected]> | 2025-07-31 09:29:43 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-31 09:29:55 -0400 |
| commit | 416f2235fcd5676486dbcedb621bbac95846d512 (patch) | |
| tree | d9af1fac418f62d0cc20e595ceac15df041a9e09 | |
| parent | 4fabca426a5e2e6198d247bc28e753fa0f66e61c (diff) | |
| download | opencode-416f2235fcd5676486dbcedb621bbac95846d512.tar.gz opencode-416f2235fcd5676486dbcedb621bbac95846d512.zip | |
ci: reorder
| -rwxr-xr-x | script/publish.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/publish.ts b/script/publish.ts index cd802d9f8..1b823f760 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -11,8 +11,8 @@ if (!version) { } process.env["OPENCODE_VERSION"] = version -await import(`../packages/opencode/script/publish.ts`) await import(`../packages/sdk/js/script/publish.ts`) +await import(`../packages/opencode/script/publish.ts`) // await import(`../packages/sdk/stainless/generate.ts`) if (!snapshot) { |
