27 lines
443 B
JSON
27 lines
443 B
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "dist/**", "build/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": [],
|
|
"outputs": []
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"db#build": {
|
|
"cache": false
|
|
},
|
|
"dx": {
|
|
"cache": false
|
|
}
|
|
},
|
|
"globalDependencies": ["$NEXT_PUBLIC_E2E_TEST"]
|
|
}
|