Remove registry override

This commit is contained in:
Leonid Logvinov
2018-05-25 17:01:50 -07:00
parent 6dcfc36a4a
commit 2c9ec4bee8

View File

@@ -12,9 +12,6 @@ jobs:
- run: echo 'export PATH=$HOME/CIRCLE_PROJECT_REPONAME/node_modules/.bin:$PATH' >> $BASH_ENV
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Cause life is too short to debug yarn registry issues
command: yarn config set registry "https://registry.npmjs.org"
- run:
name: yarn
command: yarn --frozen-lockfile