From df73161d4f7eae94ab1d2f1d94aaf271be212fed Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 21 May 2018 15:26:41 +0900 Subject: [PATCH] Run bin/yarn in setup Signed-off-by: Kenji Okimoto --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index aacb6b9..18de820 100755 --- a/bin/setup +++ b/bin/setup @@ -18,7 +18,7 @@ chdir APP_ROOT do system('bundle check') || system!('bundle install') # Install JavaScript dependencies if using Yarn - # system('bin/yarn') + system('bin/yarn') puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear'