cal.pub0.org/turbo.json

29 lines
439 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/**"]
},
2022-02-09 23:59:34 +00:00
"deploy": {
"dependsOn": []
},
2022-02-09 22:17:10 +00:00
"clean": {
"cache": false
},
"dev": {
"cache": false
2022-02-09 22:37:50 +00:00
},
"dx": {
"cache": false
},
"lint": {
"outputs": []
2022-02-09 22:45:25 +00:00
},
"type-check": {
"outputs": []
2022-02-09 22:17:10 +00:00
}
}
}