diff --git a/deploy.sh b/deploy.sh index b00c763..279c5c9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -4,6 +4,8 @@ git pull origin production composer install php artisan migrate --force +php artisan test +php artisan optimize npm install npm run prod