Skip to content

Commit 74db296

Browse files
chore: add SKIP_SMOKE and CNA_SKIP_GIT to turbo globalEnv
Allows the smoke test (which requires network access) to be skipped in offline/CI environments by setting SKIP_SMOKE=1 or CNA_SKIP_GIT=1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b565271 commit 74db296

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

turbo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"globalEnv": ["HTTPS_PROXY", "npm_config_user_agent"],
3+
"globalEnv": [
4+
"HTTPS_PROXY",
5+
"npm_config_user_agent",
6+
"SKIP_SMOKE",
7+
"CNA_SKIP_GIT"
8+
],
49
"globalDependencies": ["**/.env.*local"],
510
"tasks": {
611
"build": {

0 commit comments

Comments
 (0)