diff options
| author | Filip <[email protected]> | 2026-01-31 13:42:47 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-31 06:42:47 -0600 |
| commit | 511c7abacaebb5e007139395078b6a848e5e9ea5 (patch) | |
| tree | f135c6621283aa6bcd66a1a3e5831202c7ba42eb /turbo.json | |
| parent | f834915d3fbcf05137fc61fc51b9fa07b815e82c (diff) | |
| download | opencode-511c7abacaebb5e007139395078b6a848e5e9ea5.tar.gz opencode-511c7abacaebb5e007139395078b6a848e5e9ea5.zip | |
test(app): session actions (#11386)
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json index 5de1b8d75..f06ddb0e8 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,7 @@ { "$schema": "https://turborepo.com/schema.json", + "globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"], + "globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"], "tasks": { "typecheck": {}, "build": { |
