From 970d3af8c2d255bd43b76f4558cd039b4e62048a Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:02:57 +0000 Subject: [PATCH] chore: use yarn for running turbo commands --- scripts/turbo/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index 5c6230f0a459a..8b101e64884dc 100644 --- a/scripts/turbo/index.js +++ b/scripts/turbo/index.js @@ -7,7 +7,7 @@ const runTurbo = async (task, args, apiSecret, apiEndpoint) => { command.push(...args); const turboRoot = path.join(__dirname, "..", ".."); try { - return await spawnProcess("npx", command, { + return await spawnProcess("yarn", command, { stdio: "inherit", cwd: turboRoot, env: {