This commit is contained in:
Guilherme Gazzo 2017-11-03 18:14:50 -02:00
parent 7c24447ea3
commit 3a048661e8
No known key found for this signature in database
GPG Key ID: 1F85C9AD922D0829
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ dependencies:
- echo y | $ANDROID_HOME/tools/bin/sdkmanager --licenses
# Install node modules
- yarn
- ./node_modules/.bin/react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
# - ./node_modules/.bin/react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
- cd android && ./gradlew assembleRelease
- mv ./android/app/build/outputs/ $CIRCLE_ARTIFACTS