summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-11 02:15:33 -0500
committerDax Raad <[email protected]>2025-11-11 02:15:33 -0500
commita6b066bd47f4d27c585a1706dd37b1b2d8b2dfdf (patch)
tree4e0a4eea0b9b59c8438b09f15b2215eb8e0693c8
parent37fdcac05a260b78a1b28ffe7c25ab16a97e8d79 (diff)
downloadopencode-a6b066bd47f4d27c585a1706dd37b1b2d8b2dfdf.tar.gz
opencode-a6b066bd47f4d27c585a1706dd37b1b2d8b2dfdf.zip
ci
-rwxr-xr-xpackages/opencode/script/build.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts
index 854e7ed18..97631d907 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({