From cf74902c42c55cdaa6ca6a84ae88c6f89a673f80 Mon Sep 17 00:00:00 2001 From: Eduardo Malherbi Date: Thu, 15 Feb 2018 09:03:25 -0200 Subject: [PATCH] fix #76 --- brew/global.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/brew/global.sh b/brew/global.sh index 9c047d8..c9347ca 100755 --- a/brew/global.sh +++ b/brew/global.sh @@ -80,6 +80,9 @@ if [ "$OS" = "OSX" ]; then install_checked "findutils" "brew ls --versions findutils" "brew install findutils" fi +# Yarn +install_checked "yarn" "brew ls --versions yarn" "brew install yarn" + # ############################################################################ # # ### Update # ############################################################################ #