fix: update project configurations for staging environment and Firebase dependencies

This commit is contained in:
Achintha Isuru
2025-11-19 12:20:54 -05:00
parent a2eb67ab5c
commit 7f27d94e61
6 changed files with 93 additions and 83 deletions

View File

@@ -367,7 +367,6 @@ mobile-client-build:
$(FLUTTER) build ipa --flavor $(FLAVOR); \
fi
mobile-staff-install:
@echo "--> Installing Flutter dependencies for staff app..."
@cd mobile-apps/staff-app && $(FLUTTER) pub get