Skip to content

Commit 7e55273

Browse files
committed
core: configure turbo to avoid building opencode for web tests
1 parent fcbc781 commit 7e55273

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"opencode#test": {
1010
"dependsOn": ["^build"],
1111
"outputs": []
12+
},
13+
"@opencode/web#test": {
14+
"dependsOn": [],
15+
"cache": false
1216
}
1317
}
1418
}

0 commit comments

Comments
 (0)