Skip to content

Commit

Permalink
remove pod-install from post install
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-whitman committed Mar 9, 2024
1 parent 21b6c3f commit 5d2f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pod-install": "cd ios && pod install && cd ..",
"clean-install": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn cache clean && yarn install && yarn android-clean && yarn ios-clean && yarn pod-install",
"clean-start": "yarn start -- --reset-cache",
"postinstall": "react-native setup-ios-permissions && pod-install && yarn patch-package",
"postinstall": "react-native setup-ios-permissions && patch-package",
"bump-patch": "npx react-native bump-version --skip-semver-for android --skip-code-for all --type patch",
"bump-minor": "npx react-native bump-version --skip-semver-for android --skip-code-for all --type minor",
"bump-major": "npx react-native bump-version --skip-semver-for android --skip-code-for all --type major"
Expand Down

0 comments on commit 5d2f807

Please sign in to comment.