Skip to content

Commit

Permalink
Try #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Mar 5, 2017
1 parent 1e0515b commit 25e3a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ stages:
apt-get update &&
apt-get -yq install build-essential g++
yarn_path=$(which yarn)
echo "YARN: $yarn_path"
if [ ! -f "$yarn_path" ] ; then
echo "INSTALLING YO"
npm -i -g yarn
fi
yarn
Expand Down

0 comments on commit 25e3a40

Please sign in to comment.