opencode_offline/turbo.json

15 lines
254 B
JSON
Raw Normal View History

2025-09-17 15:33:54 +08:00
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
2025-09-19 17:28:46 +08:00
"typecheck": {},
"build": {
2025-09-19 18:10:27 +08:00
"dependsOn": ["^build"],
"outputs": ["dist/**"]
2025-09-27 15:04:42 +08:00
},
2025-09-27 15:17:22 +08:00
"opencode#test": {
"dependsOn": ["^build"],
"outputs": []
2025-09-19 17:28:46 +08:00
}
2025-09-17 15:33:54 +08:00
}
}