Add quality gates and baseline tests for web/mobile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# --- Mobile App Development ---
|
||||
|
||||
.PHONY: mobile-install mobile-info 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-test mobile-client-dev-android mobile-staff-dev-android mobile-client-build mobile-staff-build mobile-hot-reload mobile-hot-restart
|
||||
|
||||
MOBILE_DIR := apps/mobile
|
||||
|
||||
@@ -19,6 +19,14 @@ mobile-info:
|
||||
@echo "--> Fetching mobile command 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
|
||||
|
||||
# --- Hot Reload & Restart ---
|
||||
mobile-hot-reload:
|
||||
@echo "--> Triggering hot reload for running Flutter app..."
|
||||
|
||||
Reference in New Issue
Block a user