Files
wehub-resource-sync 1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:08:49 +08:00

52 lines
954 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"envMode": "loose",
"tasks": {
"//#bootstrap": {
"dependsOn": [
"^prepare"
],
"outputs": [
"**/build/**",
"**/dist/**",
"**/out/**"
]
},
"ui-tars-desktop#build": {
"outputs": [
"apps/ui-tars-desktop/dist/**",
"apps/ui-tars-desktop/out/**"
]
},
"ui-tars-desktop#build:e2e": {
"outputs": [
"apps/ui-tars-desktop/out/**",
"apps/ui-tars-desktop/dist/**"
]
},
"ui-tars-desktop#test:e2e": {
"dependsOn": [
"ui-tars-desktop#build:e2e"
]
},
"//#format": {},
"//#lint": {},
"//#test": {},
"//#coverage": {
"outputs": [
"coverage/**/*"
]
},
"prepare": {
"dependsOn": [
"^prepare"
]
},
"typecheck": {},
"dev": {
"persistent": true,
"cache": false
}
}
}