Metroo Config for CircleCI E2E
This commit is contained in:
parent
f66a74c994
commit
9c57ba9d11
|
@ -144,6 +144,13 @@ commands:
|
|||
fi
|
||||
working_directory: android/app
|
||||
|
||||
- run:
|
||||
name: Metro Settings
|
||||
command: |
|
||||
if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then
|
||||
echo $METRO_CONFIG | base64 --decode > ./metro.config.js
|
||||
fi
|
||||
|
||||
- run:
|
||||
name: Build App
|
||||
command: |
|
||||
|
|
Loading…
Reference in New Issue