Skip to content

Commit a6b066b

Browse files
committed
ci
1 parent 37fdcac commit a6b066b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ for (const item of targets) {
9898
console.log(`building ${name}`)
9999
await $`mkdir -p dist/${name}/bin`
100100

101-
const parserWorker = fs.realpathSync(path.resolve(dir, "../../node_modules/@opentui/core/parser.worker.js"))
101+
const parserWorker = fs.realpathSync(path.resolve(dir, "./node_modules/@opentui/core/parser.worker.js"))
102102
const workerPath = "./src/cli/cmd/tui/worker.ts"
103103

104104
await Bun.build({

0 commit comments

Comments
 (0)