Skip to content

Commit

Permalink
fix(react-native): not cache pod-install
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed May 30, 2024
1 parent 1277b22 commit 669ac74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-native/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ function buildReactNativeTargets(
command: `pod install`,
options: { cwd: joinPathFragments(projectRoot, 'ios') },
dependsOn: [`${options.syncDepsTargetName}`],
cache: true,
inputs: getInputs(namedInputs),
outputs: [
getOutputs(projectRoot, 'ios/Pods'),
getOutputs(projectRoot, 'ios/Podfile.lock'),
],
},
[options.runIosTargetName]: {
command: `react-native run-ios`,
Expand Down

0 comments on commit 669ac74

Please sign in to comment.