Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: remove yarn check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2018
1 parent af70aed commit b836340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/greenkeeper
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH

if [[ "$CIRCLE_BRANCH" != greenkeeper/* ]]; then
yarn
yarn check
exit 0
fi

Expand Down

0 comments on commit b836340

Please sign in to comment.