Просмотр исходного кода

core: configure turbo to avoid building opencode for web tests

Dax Raad 6 месяцев назад
Родитель
Сommit
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
     }
   }
 }