瀏覽代碼

core: configure turbo to avoid building opencode for web tests

Dax Raad 6 月之前
父節點
當前提交
7e5527379d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      turbo.json

+ 4 - 0
turbo.json

@@ -9,6 +9,10 @@
     "opencode#test": {
       "dependsOn": ["^build"],
       "outputs": []
+    },
+    "@opencode/web#test": {
+      "dependsOn": [],
+      "cache": false
     }
   }
 }