From cd95853ddfeb20fd0976508cb5b4445cd08fdfe7 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:17:08 +0000 Subject: [PATCH] chore: show only turbo-computed task hashes --- scripts/turbo/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index 7747fc2a04bec..9c3866a1ec911 100644 --- a/scripts/turbo/index.js +++ b/scripts/turbo/index.js @@ -10,6 +10,7 @@ const runTurbo = async (task, args, apiSecret, apiEndpoint) => { "--team=aws-sdk-js", `--token=${apiSecret}`, "--concurrency=100%", + "--output-logs=hash-only", ]); } command = command.concat(args);