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

26 lines
454 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"]
},
"docs": {
}
}
}