Files
bot/turbo.json
2022-06-11 08:56:22 +02:00

24 lines
424 B
JSON

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