1
0
Fork 0

Improve "script/setup"

This commit is contained in:
Alex Kotov 2019-04-27 17:14:57 +05:00
parent 9fc1f7308f
commit 446b733400
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -19,7 +19,7 @@ FileUtils.chdir APP_ROOT do
system! "gem install bundler -v '~> 2.0'"
puts '== Installing gems =='
system 'bundle check' or system! 'bundle install'
system 'bin/bundle check' or system! 'bin/bundle install'
puts '== Install JavaScript dependencies =='
system! 'bin/rake yarn:install'