Skip to content

Commit 07eded4

Browse files
chore(root): chain mobile gen:l10n into i18n build
Regenerate Flutter Dart localizations after building i18n ARB files so mobile app_localizations.dart no longer goes stale on i18n:build. Co-Authored-By: First Fluke <our.first.fluke@gmail.com>
1 parent ae2d6d7 commit 07eded4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ monodep = "https://github.com/gracefullight/mise-monodep-plugin"
5656
dev = { depends = ["//apps/api:dev", "//apps/web:dev", "//apps/worker:dev"], description = "Start all services" }
5757
format = { depends = ["//apps/api:format", "//apps/web:format", "//apps/worker:format"], description = "Format all apps" }
5858
"gen:api" = { depends = ["//apps/api:gen:openapi"], run = [{ tasks = ["//apps/web:gen:api", "//apps/mobile:gen:api"] }], description = "Generate OpenAPI schema and API clients" }
59-
"i18n:build" = { depends = ["//packages/i18n:build"], description = "Build i18n files" }
59+
"i18n:build" = { depends = ["//packages/i18n:build"], run = [{ tasks = ["//apps/mobile:gen:l10n"] }], description = "Build i18n files (web JSON + mobile ARB + dart l10n)" }
6060
"infra:down" = { depends = ["//apps/api:infra:down"], description = "Stop local infrastructure" }
6161
"infra:up" = { depends = ["//apps/api:infra:up"], description = "Start local infrastructure" }
6262
install = { run = "monodep install", description = "Install all dependencies and deduplicate" }

0 commit comments

Comments
 (0)