correct cashing behaviour

This commit is contained in:
einhornimmond 2025-04-30 13:11:04 +02:00
parent f97a6f5ae8
commit 04f46b9100

View File

@ -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
}
}
}