Adjust composer.json and deployer config to acpu usage
This commit is contained in:
+5
-5
@@ -69,11 +69,11 @@
|
||||
},
|
||||
"scripts": {
|
||||
"typo3-cms-scripts": [
|
||||
"typo3cms install:fixfolderstructure",
|
||||
"typo3cms install:generatepackagestates",
|
||||
"typo3cms language:update",
|
||||
"typo3cms cache:flush",
|
||||
"typo3cms pbsocial:updatefeeddata"
|
||||
"@php vendor/bin/typo3cms install:fixfolderstructure",
|
||||
"@php vendor/bin/typo3cms install:generatepackagestates",
|
||||
"@php vendor/bin/typo3cms language:update",
|
||||
"@php vendor/bin/typo3cms cache:flush",
|
||||
"@php vendor/bin/typo3cms pbsocial:updatefeeddata"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"@typo3-cms-scripts"
|
||||
|
||||
Reference in New Issue
Block a user