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

26 lines
394 B
JSON

{
"baseBranch": "origin/main",
"globalDependencies": [".env"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"clean": {
"cache": false
},
"dev": {
"cache": false
},
"dx": {
"cache": false
},
"lint": {
"outputs": []
},
"type-check": {
"outputs": []
}
}
}