18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "dist/**", "build/**"],
|
|
"outputMode": "new-only"
|
|
},
|
|
"db#build": {
|
|
"cache": false
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["^dev"],
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|