From 90fa024427cfe758a0ee42f387b3733af37f15fa Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Sun, 2 Apr 2023 14:32:44 -0400 Subject: [PATCH] Update init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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