2
0
Files
bot/turbo.json

21 lines
349 B
JSON
Raw Normal View History

2022-01-28 17:57:14 +01:00
{
"baseBranch": "origin/main",
"pipeline": {
2022-11-21 11:12:43 +01:00
"lint": {
"outputs": []
},
2022-01-28 17:57:14 +01:00
"build": {
"dependsOn": ["^build"],
2022-09-18 15:09:49 +02:00
"outputs": [".next/**", "dist/**", "build/**"],
"outputMode": "new-only"
2022-01-28 17:57:14 +01:00
},
"db#build": {
"cache": false
},
2022-01-28 17:57:14 +01:00
"dev": {
2022-11-02 19:45:46 +01:00
"dependsOn": ["^dev"],
"cache": false
2022-01-28 17:57:14 +01:00
}
2022-08-08 08:21:36 +02:00
}
2022-01-28 17:57:14 +01:00
}