Update Jest and tests
Move constants to separate file Fix loop compatibility
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user