diff --git a/build.sh b/build.sh index 225828d87..87ac53767 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -composer install +composer install --no-dev git_build="" if [ -d .git ]; then