cal.pub0.org/turbo.json

23 lines
347 B
JSON
Raw Normal View History

2022-02-09 22:17:10 +00:00
{
2022-02-09 22:37:50 +00:00
"baseBranch": "origin/main",
"globalDependencies": [".env"],
2022-02-09 22:17:10 +00:00
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"clean": {
"cache": false
},
"dev": {
"cache": false
2022-02-09 22:37:50 +00:00
},
"dx": {
"cache": false
},
"lint": {
"outputs": []
2022-02-09 22:17:10 +00:00
}
}
}