From 511c7abacaebb5e007139395078b6a848e5e9ea5 Mon Sep 17 00:00:00 2001 From: Filip <34747899+neriousy@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:42:47 +0100 Subject: test(app): session actions (#11386) --- turbo.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'turbo.json') 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": { -- cgit v1.2.3