update: install yarn dependencies

This commit is contained in:
Pierre de La Morinerie 2018-09-03 14:19:55 +02:00
parent 291baad96b
commit f52822b75b

View file

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