fix: pass SANDBOX_AGENT_SKIP_INSPECTOR through turbo

This commit is contained in:
Nathan Flurry 2026-01-27 19:48:08 -08:00
parent 38a8afadcd
commit 08c7723c26

View file

@ -1,5 +1,6 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "https://turbo.build/schema.json",
"globalPassThroughEnv": ["SANDBOX_AGENT_SKIP_INSPECTOR"],
"tasks": { "tasks": {
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],