core: configure turbo to avoid building opencode for web tests

This commit is contained in:
Dax Raad
2025-09-27 03:19:29 -04:00
parent fcbc78180b
commit 7e5527379d

View File

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