Skip to content

Commit cd95853

Browse files
committed
chore: show only turbo-computed task hashes
1 parent 71131f2 commit cd95853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/turbo/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const runTurbo = async (task, args, apiSecret, apiEndpoint) => {
1010
"--team=aws-sdk-js",
1111
`--token=${apiSecret}`,
1212
"--concurrency=100%",
13+
"--output-logs=hash-only",
1314
]);
1415
}
1516
command = command.concat(args);

0 commit comments

Comments
 (0)