quiet install bundler
This commit is contained in:
parent
a5c6eca1ee
commit
cbf3c0ace7
|
@ -13,7 +13,7 @@ endif
|
|||
$(MAKE) xcode
|
||||
|
||||
bundle:
|
||||
bundle install 2>/dev/null
|
||||
bundle install --quiet 2>/dev/null
|
||||
|
||||
carthage:
|
||||
mint run Carthage carthage bootstrap --platform iOS --use-xcframeworks --no-use-binaries --cache-builds
|
||||
|
|
Loading…
Reference in New Issue