Files
openstapps/turbo.json
2023-05-31 14:01:59 +02:00

23 lines
432 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"]
},
"check-configuration": {
"dependsOn": ["^check-configuration"]
}
}
}