Files
bot/turbo.json

24 lines
385 B
JSON
Raw Normal View History

2022-01-28 17:57:14 +01:00
{
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "dist/**"]
2022-01-28 17:57:14 +01:00
},
"test": {
"dependsOn": [],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"dx": {
"cache": false
2022-01-28 17:57:14 +01:00
}
2022-03-23 09:56:39 +01:00
},
"globalDependencies": ["$NEXT_PUBLIC_E2E_TEST"]
2022-01-28 17:57:14 +01:00
}