From ea44e5f7e9d7a8501358c8a5b141ef1f31d1fabc Mon Sep 17 00:00:00 2001 From: Possible Date: Fri, 28 Feb 2025 20:51:22 +0100 Subject: [PATCH] Update | Deploy Script --- deploy.sh | 2 +- redeploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 37cba19..d2bf59f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,7 @@ NGINX_CONFIG="/etc/nginx/sites-available/wireframev5.manaknightdigital.com" # Build the application echo "📦 Building application..." -npm install +npm install --force npm run build # Ensure deploy directory exists diff --git a/redeploy.sh b/redeploy.sh index 37cba19..d2bf59f 100644 --- a/redeploy.sh +++ b/redeploy.sh @@ -11,7 +11,7 @@ NGINX_CONFIG="/etc/nginx/sites-available/wireframev5.manaknightdigital.com" # Build the application echo "📦 Building application..." -npm install +npm install --force npm run build # Ensure deploy directory exists