mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
42 lines
698 B
JSON
42 lines
698 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"seed": {
|
|
"dependsOn": ["database#up", "^build"],
|
|
"cache": false
|
|
},
|
|
"clear": {
|
|
"cache": false
|
|
},
|
|
"clearDB": {
|
|
"cache": false
|
|
},
|
|
"up:backend_test": {
|
|
"cache": false
|
|
},
|
|
"up:federation_test": {
|
|
"cache": false
|
|
},
|
|
"up:dht_test": {
|
|
"cache": false
|
|
},
|
|
"up:test": {
|
|
"cache": false
|
|
},
|
|
"up": {
|
|
"cache": false,
|
|
"dependsOn": ["build"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["up:test", "^build"]
|
|
},
|
|
"down": {
|
|
"cache": false,
|
|
"dependsOn": ["build"]
|
|
},
|
|
"reset": {
|
|
"cache": false,
|
|
"dependsOn": ["build"]
|
|
}
|
|
}
|
|
} |