Skip to content

Commit

Permalink
Added pod repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Nov 17, 2021
1 parent 0475106 commit 38b1491
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 @@ -36,7 +36,7 @@
"ios-ipad-pro": "cross-env TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling react-native run-ios --simulator='iPad Pro (12.9-inch) (2nd generation)'",
"ios:release": "react-native run-ios --configuration Release",
"pod:install": "cd ios && pod install",
"pod:deintegrate": "cd ios && pod deintegrate",
"pod:deintegrate": "cd ios && pod repo update && pod deintegrate",
"test": "jest -u --ci --testResultsProcessor='jest-junit' --reporters='default' --reporters='jest-junit'",
"precommit": "npm test",
"lint": "cross-env TIMING=1 eslint src __tests__ types App.tsx --ext .js,.ts,.tsx",
Expand Down

0 comments on commit 38b1491

Please sign in to comment.