feat: Update mobile CI workflow to use mobile-install-ci for CI-specific setup

This commit is contained in:
Achintha Isuru
2026-02-20 01:02:37 -05:00
parent 1510b69d59
commit 49f32b24f4
3 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# --- Mobile App Development ---
.PHONY: mobile-install mobile-info mobile-analyze mobile-client-dev-android mobile-staff-dev-android mobile-client-build mobile-staff-build mobile-hot-reload mobile-hot-restart
.PHONY: mobile-install mobile-install-ci mobile-info mobile-analyze mobile-client-dev-android mobile-staff-dev-android mobile-client-build mobile-staff-build mobile-hot-reload mobile-hot-restart
MOBILE_DIR := apps/mobile
@@ -15,6 +15,13 @@ mobile-install: install-melos dataconnect-generate-sdk
@echo "--> Generating localization files..."
@cd $(MOBILE_DIR) && melos run gen:l10n
mobile-install-ci: install-melos dataconnect-generate-sdk-ci
@echo "--> Bootstrapping mobile workspace for CI (Melos)..."
@cd $(MOBILE_DIR) && melos bootstrap
@echo "--> Generating localization files..."
@cd $(MOBILE_DIR) && melos run gen:l10n
@echo "✅ CI mobile setup complete"
mobile-info:
@echo "--> Fetching mobile command info..."
@cd $(MOBILE_DIR) && melos run info