Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 12, 2024
1 parent cc9a26e commit 7a1a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turborepo-tests/helpers/setup_example_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo "/tmp/" >>".gitignore"
$package_manager_command

# Simulating the user's first run and dumping logs to a file
$turbo_command >./tmp/run-1.txt
$turbo_command >tee >(./tmp/run-1.txt)

# We don't want to hit cache on first run because we're acting like a user.
# A user would never hit cache on first run. Why should we?
Expand Down

0 comments on commit 7a1a776

Please sign in to comment.