diff --git a/scripts/turbo/index.js b/scripts/turbo/index.js index 8d488adc7ccf..86323723cfe5 100644 --- a/scripts/turbo/index.js +++ b/scripts/turbo/index.js @@ -3,7 +3,7 @@ const { spawnProcess } = require("../utils/spawn-process"); const path = require("path"); const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } = {}) => { - const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=hash-only"]; + const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=errors-only"]; const cacheReadWriteKey = process.env.AWS_JSV3_TURBO_CACHE_BUILD_TYPE ?? "dev";