mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct cashing behaviour
This commit is contained in:
parent
f97a6f5ae8
commit
04f46b9100
@ -1,30 +1,26 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"commonConfig": {
|
||||
"dependsOn": [],
|
||||
"clear": {
|
||||
"cache": false
|
||||
},
|
||||
"clear": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"up:backend_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
"cache": false
|
||||
},
|
||||
"up:federation_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
"cache": false
|
||||
},
|
||||
"up:dht_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
"cache": false
|
||||
},
|
||||
"up": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
"cache": false
|
||||
},
|
||||
"down": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
"cache": false
|
||||
},
|
||||
"reset": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user