diff --git a/init.sh b/init.sh index 7cb6857..5a0638a 100644 --- a/init.sh +++ b/init.sh @@ -31,7 +31,7 @@ echo -e "[INFO] Clearing View Cache" php artisan view:clear echo -e "[INFO] Migrating Database" -php artisan migrate +php artisan migrate --no-interaction --force echo -e "[INFO] Run NPM CI" npm ci