update: update yarn dependencies

This commit is contained in:
Pierre de La Morinerie 2018-09-03 14:03:58 +02:00
parent f4e8d575b4
commit 20df107620

View file

@ -16,9 +16,7 @@ chdir APP_ROOT do
puts '== Installing dependencies =='
system! 'gem install bundler --conservative'
system('bundle check') || system!('bundle install')
# Install JavaScript dependencies if using Yarn
# system('bin/yarn')
system! 'bin/yarn install'
puts "\n== Updating database =="
system! 'bin/rails db:migrate'