add `yarn intl:compile` to postinstall hook (#2250)

zio/stable
Samuel Newman 2023-12-20 17:45:30 +00:00 committed by GitHub
parent e87065f042
commit 946b2c9163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
"postinstall": "patch-package",
"postinstall": "patch-package && yarn intl:compile",
"prebuild": "expo prebuild --clean",
"android": "expo run:android",
"ios": "expo run:ios",