We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd58f10 commit 170b94aCopy full SHA for 170b94a
1 file changed
script/publish.ts
@@ -29,7 +29,7 @@ for (const file of pkgjsons) {
29
}
30
31
console.log("\n=== opencode ===\n")
32
-// await import(`../packages/opencode/script/publish.ts`)
+await import(`../packages/opencode/script/publish.ts`)
33
34
console.log("\n=== sdk ===\n")
35
await import(`../packages/sdk/js/script/publish.ts`)
0 commit comments