Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 17:16
Show Gist options
  • Save bleonard/ab35ce7ff484c8a176e8c1977de9006d to your computer and use it in GitHub Desktop.
Save bleonard/ab35ce7ff484c8a176e8c1977de9006d to your computer and use it in GitHub Desktop.
if [ "${PLATFORM_NAME}" != "iphonesimulator" ]; then
source ~/.nvm/nvm.sh
cd ${PROJECT_DIR}/.. && react-native bundle --minify
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment