Skip to content

Commit

Permalink
fix: remove auto-pod install to improve incremental build time
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Apr 22, 2023
1 parent b98c80e commit f92ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/buildIos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ function _buildIos(buildType?: string, platform: IosPlatform = iosBuildPlatforms
}

export function buildIos(buildType?: string, platform: IosPlatform = iosBuildPlatforms.simulator) {
installPods();
// installPods();
_buildIos(buildType, platform);
}

0 comments on commit f92ae59

Please sign in to comment.