Fix CircleCI iOS build by adding watchman (#3574)

This commit is contained in:
Elias Nahum 2019-11-19 13:51:41 -03:00 committed by Miguel Alatzar
parent 609260dac3
commit 7af63a7bfe

View file

@ -160,7 +160,9 @@ commands:
working_directory: fastlane
name: Run fastlane to build iOS
no_output_timeout: 30m
command: bundle exec fastlane ios build
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install watchman
bundle exec fastlane ios build
deploy-to-store:
description: "Deploy build to store"