diff --git a/dist/index.js b/dist/index.js index 8a62ea6..347c662 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index 6fa8528..c79905f 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -15,6 +15,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise { await writeFile(pkgJson, JSON.stringify({ private: true })) const cp = spawn(execPath, ['-', 'install', target, '--no-lockfile'], { + cwd: dest, stdio: ['pipe', 'inherit', 'inherit'], })