Merged in feature/MAPG-47-install-composer-packages-at-update (pull request #48)

MAPG-47 install Composer packages at update
This commit is contained in:
Bence Pőcze 2020-05-25 18:13:59 +00:00
commit 7633f793d6

View File

@ -4,6 +4,9 @@ ROOT_DIR=$(dirname $(readlink -f "$0"))/..
. ${ROOT_DIR}/.env . ${ROOT_DIR}/.env
echo "Installing Composer packages..."
(cd ${ROOT_DIR} && composer install)
if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then
echo "Minifying JS, CSS and SVG files..." echo "Minifying JS, CSS and SVG files..."