Skip to content

Commit 11bc851

Browse files
committed
chore(turbo):enable full output logs for turbo build
1 parent e4d791d commit 11bc851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/turbo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { spawnProcess } = require("../utils/spawn-process");
33
const path = require("path");
44

55
const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey } = {}) => {
6-
const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=hash-only"];
6+
const command = ["turbo", "run", task, "--concurrency=100%", "--output-logs=full"];
77

88
const cacheReadWriteKey = process.env.AWS_JSV3_TURBO_CACHE_BUILD_TYPE ?? "dev";
99

0 commit comments

Comments
 (0)