diff options
Diffstat (limited to 'git-hooks')
-rwxr-xr-x | git-hooks/post-merge | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-hooks/post-merge b/git-hooks/post-merge index 1fc8b582c..ffcaa5bcc 100755 --- a/git-hooks/post-merge +++ b/git-hooks/post-merge @@ -18,6 +18,8 @@ if echo "$changes" | grep scripts/install-git-hooks.sh; then scripts/install-git-hooks.sh fi +composer install --no-dev + # Make sure submodules are up to date git submodule update --init --recursive |