From 7c4472dbcf6f5e617e536d979f28d932ef243ad9 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 23 Mar 2021 12:48:54 +0700 Subject: [PATCH] Forgot to specify working directory --- dist/index.js | Bin 251071 -> 251077 bytes src/install-pnpm/run.ts | 1 + 2 files changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 8a62ea69b21fbdd732c5f5d0944a59c4dfaa64a0..347c662b1388e4168ab014cbc06990cdcd7ee084 100644 GIT binary patch delta 33 ncmdnLlK<#R{tcNtY{}&*Rz*6^nLO>8Jd8lhv^|rDIqU=g)S(M@ delta 26 gcmX@Ql7Ih7{tcNt&G|g-`8 { await writeFile(pkgJson, JSON.stringify({ private: true })) const cp = spawn(execPath, ['-', 'install', target, '--no-lockfile'], { + cwd: dest, stdio: ['pipe', 'inherit', 'inherit'], })