Skip to content

Commit

Permalink
Preserve the local-cli directory via Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
paramaggarwal committed Jul 27, 2015
1 parent a803e32 commit 92782ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
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.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli", "local-cli"
s.header_mappings_dir = "."

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

0 comments on commit 92782ec

Please sign in to comment.