Skip to content

Commit

Permalink
chore: add generate-l10n step in Earthfile for localization support a…
Browse files Browse the repository at this point in the history
…nd artifact saving
  • Loading branch information
LynxLynxx committed Nov 12, 2024
1 parent 4f37348 commit 65c9c5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions catalyst_voices/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ builder:
COPY +repo-catalyst-voices/repo .
DO flutter-ci+BOOTSTRAP

generate-l10n:
FROM +builder
WORKDIR packages/internal/catalyst_voices_localization
RUN flutter gen-l10n
SAVE ARTIFACT lib/generated


# Generates flutter code.
# Based on Catalyst Gateway OpenAPI specifications generates models, clients
# and serialization logic.
Expand Down

0 comments on commit 65c9c5c

Please sign in to comment.