Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Add preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jul 14, 2022
1 parent 7b52e29 commit d8552c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"clean-modules": "rm -rf ./node_modules/react-native-dev-menu/{example,node_modules}",
"clean": "rm -rf ./node_modules ./ios/Pods",
"preinstall": "cd .. && yarn prepack && cd example",
"pod-update": "cd ./ios && pod update && cd ..",
"postinstall": "yarn clean-modules && yarn pod-update",
"start": "react-native start",
Expand Down

0 comments on commit d8552c6

Please sign in to comment.