Created
September 27, 2015 23:17
-
-
Save miracle2k/c0b608c2155106ca8298 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
"scripts": { | |
"build-js": "react-native bundle --url 'lib/index.ios.bundle?platform=ios&dev=' --minify && mv ios/main.jsbundle ios/project && git update-index --assume-unchanged ios/project/main.jsbundle", | |
}, |
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 [ "${CONFIGURATION}" = "Release" ]; then | |
source ~/.bash_profile | |
react-native bundle | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment