Adjust composer.json and deployer config to acpu usage

This commit is contained in:
Björn Fromme
2018-09-24 15:06:51 +02:00
parent 8099436bb0
commit 3085dd466e
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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"