diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index 5c6230f0a459..8b101e64884d 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: {