diff --git a/scripts/update.sh b/scripts/update.sh index 46e0cd4..d54aab2 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -4,6 +4,9 @@ ROOT_DIR=$(dirname $(readlink -f "$0"))/.. . ${ROOT_DIR}/.env +echo "Installing Composer packages..." +(cd ${ROOT_DIR} && composer install) + if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then echo "Minifying JS, CSS and SVG files..."