2022-01-28 17:57:14 +01:00
|
|
|
{
|
|
|
|
"baseBranch": "origin/main",
|
|
|
|
"pipeline": {
|
|
|
|
"build": {
|
2022-03-07 19:01:03 +01:00
|
|
|
"dependsOn": ["^build"],
|
2022-06-24 15:32:03 +02:00
|
|
|
"outputs": [".next/**", "dist/**", "build/**"]
|
2022-01-28 17:57:14 +01:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"dependsOn": [],
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"cache": false
|
2022-03-12 07:53:37 +01:00
|
|
|
},
|
2022-06-24 15:32:03 +02:00
|
|
|
"db#build": {
|
|
|
|
"cache": false
|
|
|
|
},
|
2022-03-12 07:53:37 +01:00
|
|
|
"dx": {
|
|
|
|
"cache": false
|
2022-01-28 17:57:14 +01:00
|
|
|
}
|
2022-08-08 08:21:36 +02:00
|
|
|
}
|
2022-01-28 17:57:14 +01:00
|
|
|
}
|