core: configure turbo to avoid building opencode for web tests

pull/2824/head
Dax Raad 2025-09-27 03:19:29 -04:00
parent fcbc78180b
commit 7e5527379d
1 changed files with 4 additions and 0 deletions

View File

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