2
0
Files
bot/turbo.json
2022-03-12 08:03:18 +01:00

23 lines
334 B
JSON

{
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "dist/**"]
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"dx": {
"cache": false
}
}
}