update: install yarn dependencies
This commit is contained in:
parent
291baad96b
commit
f52822b75b
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue