compile intl before android build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user