mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-29 05:35:41 +00:00
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"test": {
|
|
"dependsOn": ["database#up:federation_test"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["database#up"]
|
|
},
|
|
"start": {
|
|
"dependsOn": ["database#up"]
|
|
}
|
|
}
|
|
} |