re-export shell $ for plugin

This commit is contained in:
Dax Raad
2025-08-04 23:06:49 -04:00
parent 5536b14347
commit b824809605
4 changed files with 144 additions and 7 deletions

View File

@@ -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`)