Skip to content

Commit

Permalink
chore: update melos pod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait committed Oct 8, 2024
1 parent e6b17ce commit 89971f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ scripts:

pod:ios:
description: Run pod install on iOS.
exec: cd ios && pod install --repo-update
exec: cd ios && rm -f Podfile.lock && pod install --repo-update
packageFilters:
dirExists: [lib, ios]
fileExists: "ios/Podfile"

pod:macos:
description: Run pod install on macOS.
exec: cd macos && pod install --repo-update
exec: cd macos && rm -f Podfile.lock && pod install --repo-update
packageFilters:
dirExists: [lib, macos]
fileExists: "macos/Podfile"

0 comments on commit 89971f6

Please sign in to comment.