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:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user