diff options
author | Samuel Newman <mozzius@protonmail.com> | 2023-12-20 17:45:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 09:45:30 -0800 |
commit | 946b2c916308193822a9fb2ea89c8b0f2b54448d (patch) | |
tree | 73f4cdeffb9aa2021e8fcbe22e5bc3a42a5a7d22 | |
parent | e87065f04227b0f9859b034c3c71679f52e63689 (diff) | |
download | voidsky-946b2c916308193822a9fb2ea89c8b0f2b54448d.tar.zst |
add `yarn intl:compile` to postinstall hook (#2250)
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bed17e9dc..b80456b79 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", |