Skip to content

Commit

Permalink
yarn inline script to reset pods
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Sep 29, 2021
1 parent 03713f9 commit a095eb6
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 @@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"reset:pods": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install",
"pod-reset": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install",
"test": "jest",
"lint": "eslint ."
},
Expand Down

0 comments on commit a095eb6

Please sign in to comment.