diff --git a/deploy/deploy.sh b/deploy/deploy.sh index ea272b0..a50d272 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -31,6 +31,7 @@ git reset --hard git pull origin master composer install --no-dev --optimize-autoloader --ignore-platform-reqs +composer dump-autoload -o if [ ! -d node_modules ]; then npm i