We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d791d commit 11bc851Copy full SHA for 11bc851
scripts/turbo/index.js
@@ -3,7 +3,7 @@ const { spawnProcess } = require("../utils/spawn-process");
3
const path = require("path");
4
5
const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } = {}) => {
6
- const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=hash-only"];
+ const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=full"];
7
8
const cacheReadWriteKey = process.env.AWS_JSV3_TURBO_CACHE_BUILD_TYPE ?? "dev";
9
0 commit comments