diff options
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 34cff85..3d5dcd3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -130,7 +130,7 @@ ln -s $final_path/.rbenv/versions/2.5.1/bin/ruby /usr/bin/ruby || true sudo su - $app <<MCOMMANDS pushd ~/live $final_path/.rbenv/versions/2.5.1/bin/gem install bundler -bin/bundle install --deployment --without development test +$final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without development test yarn install --pure-lockfile MCOMMANDS ) |
