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'