diff --git a/phapp.yml b/phapp.yml index 06cd4c11d..aea44a7f4 100644 --- a/phapp.yml +++ b/phapp.yml @@ -33,6 +33,7 @@ commands: if [ -f config/sync/core.extension.yml ]; then drush phapp:apply-env-mode && drush cim -y && drush cr fi && + drush deploy:hook -y && drush locale:check && drush locale:update install: | ./scripts/init-media-icons.sh && @@ -47,4 +48,5 @@ commands: if [ -f config/sync/core.extension.yml ]; then drush phapp:apply-env-mode && drush cim -y && drush cr fi && + drush deploy:hook -y && drush locale:check && drush locale:update