Files
openstapps/turbo.json

32 lines
597 B
JSON

{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["lib/**", "www/**", ".angular/**"]
},
"docs": {
"dependsOn": ["^docs"],
"outputs": ["docs/**"]
},
"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"]
}
}
}