core: configure turbo to avoid building opencode for web tests
parent
fcbc78180b
commit
7e5527379d
|
|
@ -9,6 +9,10 @@
|
||||||
"opencode#test": {
|
"opencode#test": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
|
},
|
||||||
|
"@opencode/web#test": {
|
||||||
|
"dependsOn": [],
|
||||||
|
"cache": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue