Add Brewfile bundle to commonFastlane
This commit is contained in:
parent
0633d7c371
commit
5ede10f8d6
|
|
@ -10,6 +10,10 @@ private_lane :installDependencies do |options|
|
|||
if File.exists? lockFilePath
|
||||
sh("rm -rf #{podsReposPath}")
|
||||
end
|
||||
|
||||
if File.exists? "../Brewfile"
|
||||
sh("brew bundle --file ../Brewfile")
|
||||
end
|
||||
|
||||
if File.exists? "../Gemfile"
|
||||
bundle_install(path: "../.gem")
|
||||
|
|
|
|||
Loading…
Reference in New Issue