feat: added verbose tag
This commit is contained in:
parent
732df3171f
commit
548e217c82
|
|
@ -21,7 +21,8 @@ private_lane :installDependencies do |options|
|
|||
end
|
||||
|
||||
cocoapods(
|
||||
try_repo_update_on_error: true
|
||||
try_repo_update_on_error: true,
|
||||
verbose: true
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue