builder-research/turbo.json

21 lines
395 B
JSON

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