compile intl before android build

This commit is contained in:
Oleksii Bulenok
2026-07-17 13:36:18 +02:00
parent e6a94785f3
commit ff7674d6de
+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