Run bin/yarn in setup

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-21 15:26:41 +09:00
parent 66e5155e04
commit df73161d4f

View File

@ -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'