From 946b2c916308193822a9fb2ea89c8b0f2b54448d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 Dec 2023 17:45:30 +0000 Subject: [PATCH] add `yarn intl:compile` to postinstall hook (#2250) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bed17e9d..b80456b7 100644 --- a/package.json +++ b/package.json @@ -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",