mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-10 11:39:45 -04:00
d2c99ba97c
Co-authored-by: exe.dev user <exedev@jlongster-site.exe.xyz>
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://v2-8-13.turborepo.dev/schema.json",
|
|
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
|
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
|
|
"tasks": {
|
|
"typecheck": {},
|
|
"@opencode-ai/app#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/enterprise#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/sdk-next#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/server#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/session-ui#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/simulation#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"@opencode-ai/tui#typecheck": {
|
|
"dependsOn": ["@opencode-ai/core#typecheck"]
|
|
},
|
|
"build": {
|
|
"dependsOn": [],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@opencode-ai/codemode#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/core#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/cli#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/tui#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/app#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/ui#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"@opencode-ai/session-ui#test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|