diff --git a/.circleci/config.yml b/.circleci/config.yml index a81716724..7f1f40765 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,15 +106,11 @@ jobs: GRADLE_OPTS: -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false steps: - checkout + - restore_cache: name: Restore NPM cache key: node-modules-{{ checksum "yarn.lock" }} - - run: - name: Install React Native CLI - command: | - npm i -g react-native-cli - - run: name: Install NPM modules command: |