Files
uni-stack__uniwind/turbo.json
T
2025-12-02 07:40:27 +01:00

24 lines
538 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"build": {
"cache": false
},
"dev": {
"cache": false,
"interactive": true
},
"check:typescript": {},
"lint": {},
"//#check:format": {},
"circular:check": {},
"precommit": {
"dependsOn": ["lint", "check:typescript", "circular:check", "test", "//#check:format"]
},
"test": {
"cache": false
}
}
}