Add back locale compilation

This commit is contained in:
Eric Bailey
2025-01-10 15:09:07 -06:00
parent d376969a0d
commit 686b055d03
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ WORKDIR /app
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock
COPY /patches /app/patches
COPY /lingui.config.js /app/lingui.config.js
COPY /src/locale/locales /app/src/locale/locales
RUN pwd
RUN cd /app
+1 -1
View File
@@ -8,7 +8,7 @@
"packageManager": "yarn@1.22.19",
"scripts": {
"prepare": "is-ci || husky install",
"postinstall": "patch-package",
"postinstall": "patch-package && yarn intl:compile",
"prebuild": "expo prebuild --clean",
"android": "expo run:android",
"android:prod": "expo run:android --variant release",