Flush caches after deploy

This commit is contained in:
Björn Fromme
2018-04-20 15:58:59 +02:00
parent b0f31a1022
commit 43e7e05418
+3 -1
View File
@@ -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"