We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cbaf7 commit 3324f3bCopy full SHA for 3324f3b
phapp.yml
@@ -33,6 +33,7 @@ commands:
33
if [ -f config/sync/core.extension.yml ]; then
34
drush phapp:apply-env-mode && drush cim -y && drush cr
35
fi &&
36
+ drush deploy:hook -y &&
37
drush locale:check && drush locale:update
38
install: |
39
./scripts/init-media-icons.sh &&
@@ -47,4 +48,5 @@ commands:
47
48
49
50
51
52
0 commit comments