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
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"dependsOn": [],
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"outputs": []
|
|
|
|
},
|
|
|
|
"dev": {
|
2022-09-18 09:46:42 +02:00
|
|
|
"dependsOn": ["^dev"]
|
2022-01-28 17:57:14 +01:00
|
|
|
}
|
2022-08-08 08:21:36 +02:00
|
|
|
}
|
2022-01-28 17:57:14 +01:00
|
|
|
}
|