Files
opencode/turbo.json
Dax Raad 8bea479df9 ci: wtf
2025-09-27 03:20:08 -04:00

15 lines
254 B
JSON

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