From c89d5f41a3c190868f8fa6b90124b6ee4e5584d8 Mon Sep 17 00:00:00 2001 From: Kejax Date: Tue, 26 Mar 2024 21:43:42 +0100 Subject: [PATCH] Update deploy.sh --- .scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/deploy.sh b/.scripts/deploy.sh index c77d13a..0945cf9 100644 --- a/.scripts/deploy.sh +++ b/.scripts/deploy.sh @@ -19,10 +19,10 @@ php artisan clear-compiled php artisan optimize # install npm packages -npm install +#npm install # Compile npm assets -npm run build +#npm run build # Migrate the database php artisan migrate --force