mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
38 lines
608 B
JSON
38 lines
608 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"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"]
|
|
}
|
|
}
|
|
} |