Created
October 15, 2021 11:40
-
-
Save naishe/bac4144de133ae58d23d5c13ae4f76f7 to your computer and use it in GitHub Desktop.
postversion script
This file contains 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": { | |
"android": "react-native run-android", | |
"ios": "react-native run-ios", | |
"start": "react-native start", | |
"test": "jest", | |
// Append this new lifecycle script | |
"postversion": "cd android && ./gradlew bundleRelease" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment