Remove registry override
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user