mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix error with missing build
This commit is contained in:
parent
7d099dbad8
commit
bf5329405f
@ -14,13 +14,16 @@
|
||||
"cache": false
|
||||
},
|
||||
"up": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"down": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"reset": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"dependsOn": ["build"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user