diff --git a/build/deploy.php b/build/deploy.php index ee7766e..308518b 100644 --- a/build/deploy.php +++ b/build/deploy.php @@ -117,11 +117,11 @@ task('deploy', [ 'deploy:vendors', 'deploy:shared', 'deploy:writable', + 'typo3:cache:flush', 'typo3:extension:setup', 'deploy:symlink', 'php:reload', 'php:reload-prod', - 'typo3:cache:flush', 'typo3:language:update', 'typo3:cache:warmup', 'deploy:unlock',