2022-01-28 17:57:14 +01:00
|
|
|
{
|
|
|
|
"baseBranch": "origin/main",
|
|
|
|
"pipeline": {
|
|
|
|
"build": {
|
2022-03-07 19:01:03 +01:00
|
|
|
"dependsOn": ["^build"],
|
2022-09-18 15:09:49 +02:00
|
|
|
"outputs": [".next/**", "dist/**", "build/**"],
|
|
|
|
"outputMode": "new-only"
|
2022-01-28 17:57:14 +01:00
|
|
|
},
|
2022-09-27 09:02:57 +02:00
|
|
|
"db#build": {
|
|
|
|
"cache": false
|
|
|
|
},
|
2022-01-28 17:57:14 +01:00
|
|
|
"dev": {
|
2022-11-02 19:45:46 +01:00
|
|
|
"dependsOn": ["^dev"],
|
|
|
|
"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
|
|
|
}
|