25 lines
394 B
JSON
25 lines
394 B
JSON
{
|
|
"baseBranch": "origin/main",
|
|
"globalDependencies": [".env"],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".next/**"]
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"dx": {
|
|
"cache": false
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"type-check": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|