add yarn intl:compile
to postinstall hook (#2250)
This commit is contained in:
parent
e87065f042
commit
946b2c9163
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "is-ci || husky install",
|
"prepare": "is-ci || husky install",
|
||||||
"postinstall": "patch-package",
|
"postinstall": "patch-package && yarn intl:compile",
|
||||||
"prebuild": "expo prebuild --clean",
|
"prebuild": "expo prebuild --clean",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
"ios": "expo run:ios",
|
"ios": "expo run:ios",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue