Compare commits

...

2 Commits

Author SHA1 Message Date
Dax Raad 170b94a99e ci: ignore 2025-08-03 15:39:34 -04:00
Dax Raad cd58f10e3c ci: ignore 2025-08-03 15:38:39 -04:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -136,7 +136,6 @@ export const BashTool = Tool.define("bash", {
const stdout = await stdoutPromise
const stderr = await stderrPromise
console.log({ stderr, stdout })
return {
title: params.command,
+1 -1
View File
@@ -29,7 +29,7 @@ for (const file of pkgjsons) {
}
console.log("\n=== opencode ===\n")
// await import(`../packages/opencode/script/publish.ts`)
await import(`../packages/opencode/script/publish.ts`)
console.log("\n=== sdk ===\n")
await import(`../packages/sdk/js/script/publish.ts`)