2
0
Files
bot/turbo.json
2022-06-24 15:32:17 +02:00

27 lines
443 B
JSON

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