Skip to content

Commit 0d48bc9

Browse files
committed
Preserve the local-cli directory via Pods
1 parent a767c7b commit 0d48bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.requires_arc = true
2424
s.platform = :ios, "7.0"
2525
s.prepare_command = 'npm install --production'
26-
s.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli"
26+
s.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli", "local-cli"
2727
s.header_mappings_dir = "."
2828

2929
s.subspec 'Core' do |ss|

0 commit comments

Comments
 (0)