diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 27f264c1..04373141 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -8,7 +8,7 @@ git pull echo "Updating composer and dependencies" sudo composer self-update -composer install +composer install --no-dev echo "Caching Laravel route and config files" php artisan route:cache