mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
chore: generate mobile translation file in GHA (#21070)
This commit is contained in:
parent
90538d2535
commit
f422b341d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue