Skip to content

Commit

Permalink
Merge pull request #94 from whck6/bugfix/pod_command_not_found
Browse files Browse the repository at this point in the history
fix: fix command of the cocoapods
  • Loading branch information
pmadruga authored Dec 28, 2023
2 parents eaa19fa + cb40463 commit b386b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/internals/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const tasks = {
},
wipeSystemiOSPodsCache: {
name: 'wipe system iOS Pods cache',
command: 'cd ios & pod',
command: 'cd ios && bundle exec pod',
args: ['cache', 'clean', '--all']
},
wipeUseriOSPodsCache: {
Expand Down

0 comments on commit b386b97

Please sign in to comment.