Skip to content

Commit

Permalink
remove prepare_command in podspec file
Browse files Browse the repository at this point in the history
Summary: since 0.13.2 , prepare_command in podspec would download the dependencies of react-native again when you install react-native via cocoapods with local path.
Closes facebook#4291

Reviewed By: svcscm

Differential Revision: D2685452

Pulled By: nicklockwood

fb-gh-sync-id: b1c1a0f45897d3eb45be99db3633c899c35feb8e
  • Loading branch information
panjianjun authored and facebook-github-bot-9 committed Nov 23, 2015
1 parent a97dbe0 commit 5447002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Pod::Spec.new do |s|
s.default_subspec = 'Core'
s.requires_arc = true
s.platform = :ios, "7.0"
s.prepare_command = 'npm install --production'
s.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli"

s.subspec 'Core' do |ss|
Expand Down

0 comments on commit 5447002

Please sign in to comment.