compile intl before android build

This commit is contained in:
Oleksii Bulenok
2026-07-17 13:36:18 +02:00
parent b82d7f5abc
commit 88fd7e08eb
+3
View File
@@ -37,6 +37,9 @@ echo " commit: $COMMIT_HASH"
BUILD_MARKER="$(mktemp)"
trap 'rm -f "$BUILD_MARKER"' EXIT
# Make sure the bundled JS ships with up-to-date compiled translations.
pnpm intl:compile
cd "$ANDROID_DIR"
./gradlew assembleRelease