From b8248096056d674f964d75e34b8200cf0ff1ac8b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 4 Aug 2025 23:06:49 -0400 Subject: re-export shell $ for plugin --- script/publish.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'script/publish.ts') 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`) -- cgit v1.2.3