diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 5554f8d92..8133d57a6 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -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 \ No newline at end of file +fi