2025-09-17 07:33:54 +00:00
|
|
|
{
|
2026-03-04 23:49:11 +00:00
|
|
|
"$schema": "https://v2-8-13.turborepo.dev/schema.json",
|
2026-01-31 12:42:47 +00:00
|
|
|
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
|
|
|
|
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
2025-09-17 07:33:54 +00:00
|
|
|
"tasks": {
|
2026-03-03 21:35:24 +00:00
|
|
|
"typecheck": {},
|
2025-09-19 09:28:46 +00:00
|
|
|
"build": {
|
2026-03-04 14:20:24 +00:00
|
|
|
"dependsOn": [],
|
2025-09-19 10:10:27 +00:00
|
|
|
"outputs": ["dist/**"]
|
2025-09-27 07:04:42 +00:00
|
|
|
},
|
2026-07-13 23:09:10 +00:00
|
|
|
"@opencode-ai/codemode#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
|
|
|
|
},
|
2026-06-22 04:15:34 +00:00
|
|
|
"@opencode-ai/core#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
|
|
|
|
},
|
2026-07-06 10:34:44 +00:00
|
|
|
"@opencode-ai/cli#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
|
|
|
|
},
|
2026-06-27 00:56:36 +00:00
|
|
|
"@opencode-ai/tui#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
|
|
|
|
},
|
2026-01-19 13:15:57 +00:00
|
|
|
"@opencode-ai/app#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
2026-04-03 16:12:01 +00:00
|
|
|
},
|
2026-05-05 01:05:53 +00:00
|
|
|
"@opencode-ai/ui#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
2026-06-24 14:56:09 +00:00
|
|
|
},
|
|
|
|
|
"@opencode-ai/session-ui#test": {
|
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
|
"outputs": []
|
2025-09-19 09:28:46 +00:00
|
|
|
}
|
2025-09-17 07:33:54 +00:00
|
|
|
}
|
|
|
|
|
}
|