Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miracle2k/c0b608c2155106ca8298 to your computer and use it in GitHub Desktop.
Save miracle2k/c0b608c2155106ca8298 to your computer and use it in GitHub Desktop.
"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",
},
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