chore: generate mobile translation file in GHA (#21070)

This commit is contained in:
Alex 2025-08-19 16:13:35 -05:00 committed by GitHub
parent 90538d2535
commit f422b341d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ jobs:
working-directory: ./mobile
- name: Generate translation file
run: make translation
run: dart run easy_localization:generate -S ../i18n && dart run bin/generate_keys.dart
- name: Run Build Runner
run: make build