quiet install bundler

This commit is contained in:
417-72KI 2021-09-05 18:25:52 +09:00
parent a5c6eca1ee
commit cbf3c0ace7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@ ver = 1.1.0
.SILENT:
bundle:
bundle install 2>/dev/null
bundle install --quiet 2>/dev/null
test: bundle
bundle exec fastlane test