diff options
| author | Luke Parker <[email protected]> | 2026-03-30 13:10:01 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-30 13:10:01 +1000 |
| commit | b2343700807e8ab33549a5a2fbd8652d9e1626f2 (patch) | |
| tree | 965e2fd38e23d7e21048cb1b0577a7bdd116d7ad /turbo.json | |
| parent | 5d2dc8888cc8e06d34c30ed3a1a9765cb76b0904 (diff) | |
| download | opencode-b2343700807e8ab33549a5a2fbd8652d9e1626f2.tar.gz opencode-b2343700807e8ab33549a5a2fbd8652d9e1626f2.zip | |
feat(windows): add first-class pwsh/powershell support (#16069)
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 3 |
1 files changed, 2 insertions, 1 deletions
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"], |
