Skip to content

Commit cd53ac9

Browse files
authored
chore: use yarn for running turbo commands (#6480)
1 parent f8befa6 commit cd53ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turbo/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const runTurbo = async (task, args, apiSecret, apiEndpoint) => {
77
command.push(...args);
88
const turboRoot = path.join(__dirname, "..", "..");
99
try {
10-
return await spawnProcess("npx", command, {
10+
return await spawnProcess("yarn", command, {
1111
stdio: "inherit",
1212
cwd: turboRoot,
1313
env: {

0 commit comments

Comments
 (0)