Skip to content

Commit

Permalink
feat(turbo): add VERCEL to pass through (#8794)
Browse files Browse the repository at this point in the history
### Description

This is required so frameworks like svelte can auto detect their CI
environment without always needing to include it in your turbo.json

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman authored Jul 19, 2024
1 parent 332589a commit 3c2991c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ impl<'a> TaskHasher<'a> {
"JB_INTERPRETER",
"_JETBRAINS_TEST_RUNNER_RUN_SCOPE_TYPE",
// Vercel specific
"VERCEL",
"VERCEL_*",
"NEXT_*",
"USE_OUTPUT_FOR_EDGE_FUNCTIONS",
Expand Down

0 comments on commit 3c2991c

Please sign in to comment.