ci(config): remove yarn proxy step

This commit is contained in:
George Lima 2019-02-20 12:34:52 -03:00
parent 4dbe5cf55b
commit ec38bfd3fa
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ jobs:
- image: circleci/node
steps:
- checkout
- run: yarn config delete proxy
- run: yarn install
- save_cache:
key: zec-dependencies-cache-{{ checksum "yarn.lock" }}