mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
31 lines
537 B
JSON
31 lines
537 B
JSON
{
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["lib/**", "www/**", ".angular/**"]
|
|
},
|
|
"format": {
|
|
"dependsOn": ["^format"]
|
|
},
|
|
"format:fix": {
|
|
"dependsOn": ["^format:fix"]
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["^lint"]
|
|
},
|
|
"lint:fix": {
|
|
"dependsOn": ["^lint:fix"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["^test"],
|
|
"outputs": [".coverage"]
|
|
},
|
|
"check-configuration": {
|
|
"dependsOn": ["^check-configuration"]
|
|
},
|
|
"docs": {
|
|
|
|
}
|
|
}
|
|
}
|