From f52822b75bcb2bdfa61cf8de892a45ee5d53d5b9 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 3 Sep 2018 14:19:55 +0200 Subject: [PATCH] update: install yarn dependencies --- bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup b/bin/setup index 94fd4d797..3e509a89a 100755 --- a/bin/setup +++ b/bin/setup @@ -16,6 +16,7 @@ chdir APP_ROOT do puts '== Installing dependencies ==' system! 'gem install bundler --conservative' system('bundle check') || system!('bundle install') + system! 'bin/yarn install' # Install JavaScript dependencies if using Yarn # system('bin/yarn')