2
0
Files
bot/turbo.json

24 lines
315 B
JSON
Raw Normal View History

2022-01-28 17:57:14 +01:00
{
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
".next/**"
]
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}