imajin/turbo.json
Lilith 8396efe987 chore(core): 🔧 Update pnpm-workspace.yaml, bun.lockb files for dependency management consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:30:48 -08:00

20 lines
341 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"typecheck": {
"dependsOn": ["^build"],
"outputs": []
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"clean": {
"cache": false
}
}
}