Created
December 24, 2016 17:16
-
-
Save bleonard/ab35ce7ff484c8a176e8c1977de9006d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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