From b48d95538f2904da79b3e864cda06e59856439f1 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:23:17 -0700 Subject: [PATCH] chore: use yarn for running turbo commands (#6480) --- 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: {