Skip to content

Commit

Permalink
mobile: add missing postinstall script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Sep 7, 2022
1 parent 3ad5644 commit 7f54664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"app/"
],
"scripts": {
"postinstall": "patch-package",
"run-android": "cd native && react-native run-android --active-arch-only",
"run-ios": "cd native && react-native run-ios",
"start": "cd native && react-native start",
Expand Down

0 comments on commit 7f54664

Please sign in to comment.