forms/turbo.json

16 lines
285 B
JSON

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