diff --git a/build/deploy.php b/build/deploy.php index 308518b..c4f4561 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -94,7 +94,6 @@ task('release:create', [ 'deploy:vendors', 'deploy:shared', 'deploy:writable', - 'typo3:extension:setup', 'deploy:unlock', 'deploy:success' ]); @@ -104,6 +103,7 @@ task('release:switch', [ 'php:reload', 'php:reload-prod', 'typo3:cache:flush', + 'typo3:extension:setup', 'typo3:language:update', 'typo3:cache:warmup', 'deploy:unlock',