diff --git a/source/internals/tasks.js b/source/internals/tasks.js index 45ffb59..9ff4d87 100644 --- a/source/internals/tasks.js +++ b/source/internals/tasks.js @@ -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: {