Files
openstapps/turbo.json
Thea Schöbl 0d60b8bfad feat: update tests
feat: update tests

feat: update tests
2023-05-31 14:05:45 +02:00

29 lines
530 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": {}
}
}