From b2343700807e8ab33549a5a2fbd8652d9e1626f2 Mon Sep 17 00:00:00 2001 From: Luke Parker <10430890+Hona@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:10:01 +1000 Subject: feat(windows): add first-class pwsh/powershell support (#16069) --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 57e4f1195..cff3381ec 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,8 @@ }, "opencode#test": { "dependsOn": ["^build"], - "outputs": [] + "outputs": [], + "passThroughEnv": ["*"] }, "@opencode-ai/app#test": { "dependsOn": ["^build"], -- cgit v1.2.3