mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +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"]
|
|
}
|
|
}
|
|
} |