We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08fa56 commit 629e866Copy full SHA for 629e866
2 files changed
packages/opencode/script/build.ts
@@ -209,6 +209,7 @@ for (const item of targets) {
209
conditions: ["browser"],
210
tsconfig: "./tsconfig.json",
211
plugins: [plugin],
212
+ external: ["node-gyp"],
213
compile: {
214
autoloadBunfig: false,
215
autoloadDotenv: false,
packages/opencode/src/npm/index.ts
@@ -67,6 +67,7 @@ export namespace Npm {
67
binLinks: true,
68
progress: false,
69
savePrefix: "",
70
+ ignoreScripts: true,
71
})
72
const tree = await arborist.loadVirtual().catch(() => {})
73
if (tree) {
@@ -106,6 +107,7 @@ export namespace Npm {
106
107
108
109
110
111
112
await arb.reify().catch(() => {})
113
}
0 commit comments