summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 03:19:29 -0400
committerDax Raad <[email protected]>2025-09-27 03:19:29 -0400
commit7e5527379d2ad9cc4a1777dcaaaad523a0df94e7 (patch)
treec7fbaa31ebd6d61e89ea4d31d8b1e8ada818fbbe
parentfcbc78180b4e2f2ce2e9d242dc16cf8daccd4354 (diff)
downloadopencode-7e5527379d2ad9cc4a1777dcaaaad523a0df94e7.tar.gz
opencode-7e5527379d2ad9cc4a1777dcaaaad523a0df94e7.zip
core: configure turbo to avoid building opencode for web tests
-rw-r--r--turbo.json4
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
}
}
}