Merge branch 'dev' into codex/local-dev-fixes

This commit is contained in:
Achintha Isuru
2026-02-17 16:34:58 -05:00
committed by GitHub
167 changed files with 5918 additions and 4286 deletions

View File

@@ -1,6 +1,6 @@
# --- Mobile App Development ---
.PHONY: mobile-install mobile-info mobile-analyze mobile-test mobile-client-dev-android mobile-staff-dev-android mobile-client-build mobile-staff-build mobile-hot-reload mobile-hot-restart
.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
MOBILE_DIR := apps/mobile
@@ -20,12 +20,8 @@ mobile-info:
@cd $(MOBILE_DIR) && melos run info
mobile-analyze:
@echo "--> Running mobile static analysis for client and staff..."
@cd $(MOBILE_DIR) && melos run analyze:all
mobile-test:
@echo "--> Running mobile tests for client and staff..."
@cd $(MOBILE_DIR) && melos run test:all
@echo "--> Analyzing mobile workspace for compile-time errors..."
@cd $(MOBILE_DIR) && flutter analyze
# --- Hot Reload & Restart ---
mobile-hot-reload: