Skip to content

Commit 8cdc4a2

Browse files
committed
don't try to find nvm
1 parent 081ea44 commit 8cdc4a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,10 @@ jobs:
201201
command: ./scripts/ios_e2e.sh 'run_simulator'
202202
- run:
203203
name: Build iOS app
204-
command: yarn build:e2e:ios
204+
command: |
205+
# Workaround for `nvm is not compatible with the "PREFIX" environment variable`
206+
echo > node_modules/react-native/scripts/find-node.sh
207+
yarn build:e2e:ios
205208
- run:
206209
name: Run e2e tests
207210
command: yarn test:e2e:ios

0 commit comments

Comments
 (0)