gradido/shared/turbo.json
2025-06-21 15:07:01 +02:00

13 lines
208 B
JSON

{
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["config-schema#build"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["build/**"],
"cache": true
}
}
}