Skip to content

Commit

Permalink
fix: fixed yarn step in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent e6e19c4 commit 8bdadc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/scripts/greenkeeper
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -ex
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 8bdadc3

Please sign in to comment.