diff --git a/bin/openutter.mjs b/bin/openutter.mjs index 5f36a4c..7571857 100644 --- a/bin/openutter.mjs +++ b/bin/openutter.mjs @@ -209,6 +209,7 @@ function runScript(scriptName, args) { const result = spawnSync(process.execPath, ["--import", "tsx", scriptPath, ...args], { stdio: "inherit", + cwd: pkgRoot, }); if (result.error) {