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);