Files
opencode/turbo.json

19 lines
333 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"typecheck": {},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"opencode#test": {
"dependsOn": ["^build"],
"outputs": []
},
"@opencode/web#test": {
"dependsOn": [],
"cache": false
}
}
}