mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"test": {
|
|
"dependsOn": ["config-schema#build"]
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["build/**"],
|
|
"cache": true
|
|
}
|
|
}
|
|
} |