Update config.yml

This commit is contained in:
Filipe Brito 2019-10-01 16:53:23 -03:00
parent e5ed5ff582
commit b6ac1bf110
1 changed files with 1 additions and 5 deletions

View File

@ -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: |