cal/turbo.json
2022-02-10 14:22:45 -07:00

18 lines
242 B
JSON

{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"clean": {
"cache": false
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}