chore: Add localization generation to mobile install

The mobile-install target now generates localization files after bootstrapping the workspace, ensuring localization is up to date during setup.
This commit is contained in:
Achintha Isuru
2026-01-22 11:11:56 -05:00
parent ecc7aece6e
commit cf3c1c09ef

View File

@@ -8,6 +8,8 @@ MOBILE_DIR := apps/mobile
mobile-install: install-melos
@echo "--> Bootstrapping mobile workspace (Melos)..."
@cd $(MOBILE_DIR) && melos bootstrap
@echo "--> Generating localization files..."
@cd $(MOBILE_DIR) && melos run gen:l10n
mobile-info:
@echo "--> Fetching mobile command info..."