fix installer

This commit is contained in:
Saeed Vaziry
2025-06-21 12:43:46 +02:00
parent d2eb2c4e4a
commit a3db7cbc85
2 changed files with 29 additions and 12 deletions

View File

@ -14,6 +14,10 @@ git pull origin "$NEW_RELEASE"
echo "Installing composer dependencies..."
composer install --no-dev
echo "Installing npm packages..."
npm install
npm run build
echo "Running migrations..."
php artisan migrate --force