don't hide installation errors (#4993)
This commit is contained in:
parent
6ebfe6d1c7
commit
9a08f57155
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||
gem install bundler --version 2.1.4
|
||||
fi
|
||||
echo "Installing Gems"
|
||||
npm run ios-gems &> /dev/null
|
||||
npm run ios-gems
|
||||
echo "Getting Cocoapods dependencies"
|
||||
npm run pod-install &> /dev/null
|
||||
npm run pod-install
|
||||
fi
|
||||
|
||||
ASSETS=$(node scripts/generate-assets.js)
|
||||
|
|
@ -16,4 +16,4 @@ if [ -z "$ASSETS" ]; then
|
|||
exit 1
|
||||
else
|
||||
echo "Generating app assets"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue