Skip to content

Commit

Permalink
Updated podfile.lock and added clean:project script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Nov 17, 2021
1 parent 0475106 commit 8b17072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ SPEC CHECKSUMS:
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
FBReactNativeSpec: e30d74099a6ef3e67364c1ecb8ab68197a5eb022
FBReactNativeSpec: b35d59fb992273db0c098cbb3d3bcf7788f1e9f9
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"build:prepare": "if [ ! -f android/app/google-services.json ]; then cp assets/google-services-template.json android/app/google-services.json; fi && if [ ! -f ios/GoogleService-Info.plist ]; then cp assets/GoogleService-Info-template.plist ios/GoogleService-Info.plist; fi",
"import-sort": "npx import-sort-cli --write '{src,__tests__,types}/**/*.ts{,x}' *.ts{,x}",
"check:i18n": "cross-env TS_NODE_FILES=true ts-node-dev --project tsconfig-i18n.json --files test/I18nChecker.ts",
"react-native:install": "npm install --force && npm clean-install && cd ios && pod install"
"react-native:install": "npm install --force && npm clean-install && cd ios && pod install",
"clean:project": "rm -rf node_modules && cd android && ./gradlew clean && cd ../ios && xcodebuild clean && rm -rf ~/Library/Developer/Xcode/DerivedData && cd .. && npm start -- --reset-cache "
},
"importSort": {
".js, .jsx, .es6, .es, .mjs": {
Expand Down

0 comments on commit 8b17072

Please sign in to comment.