24 lines
315 B
JSON
24 lines
315 B
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
".next/**"
|
|
]
|
|
},
|
|
"test": {
|
|
"dependsOn": [],
|
|
"outputs": []
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|