Metroo Config for CircleCI E2E
This commit is contained in:
parent
f66a74c994
commit
9c57ba9d11
|
@ -144,6 +144,13 @@ commands:
|
||||||
fi
|
fi
|
||||||
working_directory: android/app
|
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:
|
- run:
|
||||||
name: Build App
|
name: Build App
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue