update
This commit is contained in:
parent
7c24447ea3
commit
3a048661e8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue