Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bring back tty into ci detection (vercel#3589)
vercel#3586 changed how we calculate `IsCI` and dropped the `!IsTTY` start to the calculation. This breaks our cmdutil tests as they require the `IsCI` flag to be true when the test is running. We need `IsCI` to be true otherwise we won't look at `VERCEL_ARTIFACTS_TOKEN` as a possible token source.
- Loading branch information