update yarn command

This commit is contained in:
Mike Greiling 2017-02-16 00:17:24 -06:00
parent 2b008c6ae5
commit cc9859fccd
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ sudo -u git -H bundle clean
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Install/update frontend asset dependencies
sudo -u git -H yarn install
sudo -u git -H yarn install --force --pure-lockfile
# Clean up assets and cache
sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production