bundle for xcpretty

This commit is contained in:
Michael Kirk 2019-05-03 14:27:59 -06:00
parent 2f295e806e
commit d5ac9e3dcd

View File

@ -29,14 +29,14 @@ dependencies:
build: dependencies
cd $(WORKING_DIR) && \
$(XCODE_BUILD) build | xcpretty
$(XCODE_BUILD) build | bundle exec xcpretty
test:
bundle exec fastlane test
clean: clean_carthage
cd $(WORKING_DIR) && \
$(XCODE_BUILD) clean | xcpretty
$(XCODE_BUILD) clean | bundle exec xcpretty
clean_carthage:
cd $(THIRD_PARTY_DIR) && \