diff options
| author | Dax Raad <[email protected]> | 2025-08-04 23:06:49 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-04 23:20:04 -0400 |
| commit | b8248096056d674f964d75e34b8200cf0ff1ac8b (patch) | |
| tree | 8d8ad5dd1a0c90ca9dba0adcf26c350f28305c3a /script/publish.ts | |
| parent | 5536b14347f26b6ef841188b333f26eb8bbddd9a (diff) | |
| download | opencode-b8248096056d674f964d75e34b8200cf0ff1ac8b.tar.gz opencode-b8248096056d674f964d75e34b8200cf0ff1ac8b.zip | |
re-export shell $ for plugin
Diffstat (limited to 'script/publish.ts')
| -rwxr-xr-x | script/publish.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/publish.ts b/script/publish.ts index 066f90e4d..7a48749d1 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -27,6 +27,7 @@ for (const file of pkgjsons) { console.log("updated:", file) await Bun.file(file).write(pkg) } +await $`bun install` console.log("\n=== opencode ===\n") await import(`../packages/opencode/script/publish.ts`) |
