update: update yarn dependencies
This commit is contained in:
parent
f4e8d575b4
commit
20df107620
1 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue