diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts index 854e7ed1..97631d90 100755 --- a/packages/opencode/script/build.ts +++ b/packages/opencode/script/build.ts @@ -98,7 +98,7 @@ for (const item of targets) { console.log(`building ${name}`) await $`mkdir -p dist/${name}/bin` - const parserWorker = fs.realpathSync(path.resolve(dir, "../../node_modules/@opentui/core/parser.worker.js")) + const parserWorker = fs.realpathSync(path.resolve(dir, "./node_modules/@opentui/core/parser.worker.js")) const workerPath = "./src/cli/cmd/tui/worker.ts" await Bun.build({