mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"test": {
|
|
"dependsOn": ["database#up:dht_test", "^build"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["database#up", "^build"]
|
|
},
|
|
"start": {
|
|
"dependsOn": ["database#up", "build"]
|
|
}
|
|
}
|
|
} |