Update Jest and tests

Move constants to separate file
Fix loop compatibility
This commit is contained in:
Aram Chia Sarafian
2025-07-13 20:29:00 -07:00
parent 369759a3f2
commit a25c94093b
6 changed files with 3802 additions and 158 deletions

View File

@ -34,7 +34,7 @@ echo "✅ Files synced successfully"
echo "📦 Installing dependencies on remote server..."
# shellcheck disable=SC2029
ssh "$REMOTE_HOST" "cd $REMOTE_PATH && npm install --omit=dev"
ssh "$REMOTE_HOST" "cd $REMOTE_PATH && npm install"
echo "🏗️ Building application on remote server..."
# shellcheck disable=SC2029