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