Flush caches after deploy
This commit is contained in:
+3
-1
@@ -69,7 +69,9 @@
|
|||||||
"typo3-cms-scripts": [
|
"typo3-cms-scripts": [
|
||||||
"typo3cms install:fixfolderstructure",
|
"typo3cms install:fixfolderstructure",
|
||||||
"typo3cms install:generatepackagestates",
|
"typo3cms install:generatepackagestates",
|
||||||
"typo3cms language:update"
|
"typo3cms language:update",
|
||||||
|
"typo3cms cache:flush",
|
||||||
|
"typo3cms pbsocial:updatefeeddata"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"@typo3-cms-scripts"
|
"@typo3-cms-scripts"
|
||||||
|
|||||||
Reference in New Issue
Block a user