diff options
| author | Dax Raad <[email protected]> | 2025-07-31 09:46:36 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-31 09:46:36 -0400 |
| commit | 060a62ecfb5ca0c771db8363448b1eecf017c592 (patch) | |
| tree | c950d0f6f05699b4ab1581650d9dada10253e590 /script/publish.ts | |
| parent | ac3813549a1128687b9c7b6029213425d09749bc (diff) | |
| download | opencode-060a62ecfb5ca0c771db8363448b1eecf017c592.tar.gz opencode-060a62ecfb5ca0c771db8363448b1eecf017c592.zip | |
ci: fix
Diffstat (limited to 'script/publish.ts')
| -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 1b823f760..cd802d9f8 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -11,8 +11,8 @@ if (!version) { } process.env["OPENCODE_VERSION"] = version -await import(`../packages/sdk/js/script/publish.ts`) await import(`../packages/opencode/script/publish.ts`) +await import(`../packages/sdk/js/script/publish.ts`) // await import(`../packages/sdk/stainless/generate.ts`) if (!snapshot) { |
