From 7e5527379d2ad9cc4a1777dcaaaad523a0df94e7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 27 Sep 2025 03:19:29 -0400 Subject: [PATCH] core: configure turbo to avoid building opencode for web tests --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 6b1c9b32..7209cc6d 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,10 @@ "opencode#test": { "dependsOn": ["^build"], "outputs": [] + }, + "@opencode/web#test": { + "dependsOn": [], + "cache": false } } }