diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:19:29 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:19:29 -0400 |
| commit | 7e5527379d2ad9cc4a1777dcaaaad523a0df94e7 (patch) | |
| tree | c7fbaa31ebd6d61e89ea4d31d8b1e8ada818fbbe | |
| parent | fcbc78180b4e2f2ce2e9d242dc16cf8daccd4354 (diff) | |
| download | opencode-7e5527379d2ad9cc4a1777dcaaaad523a0df94e7.tar.gz opencode-7e5527379d2ad9cc4a1777dcaaaad523a0df94e7.zip | |
core: configure turbo to avoid building opencode for web tests
| -rw-r--r-- | turbo.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json index 6b1c9b324..7209cc6dd 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,10 @@ "opencode#test": { "dependsOn": ["^build"], "outputs": [] + }, + "@opencode/web#test": { + "dependsOn": [], + "cache": false } } } |
