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
+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",