Skip to content

Commit

Permalink
ci(circle): fix config (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 authored Feb 9, 2020
1 parent c196898 commit bbaac52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run: git config --global user.email ${GH_USER_EMAIL}
- run: git config --global user.name ${GH_USER_NAME}
- run: sudo npm install -g yarn@0
- run: sudo yarn global add greenkeeper-lockfile@1
- run: sudo yarn global add lerna@3
- restore_cache:
Expand Down

0 comments on commit bbaac52

Please sign in to comment.