2
0
Files
bot/turbo.json

26 lines
392 B
JSON
Raw Normal View History

2022-01-28 17:57:14 +01:00
{
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],
2022-06-24 15:32:03 +02:00
"outputs": [".next/**", "dist/**", "build/**"]
2022-01-28 17:57:14 +01:00
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
2022-06-24 15:32:03 +02:00
"db#build": {
"cache": false
},
"dx": {
"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
}