From cc9859fccd03b39579bd572e9d04c668dd47b3ec Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 16 Feb 2017 00:17:24 -0600 Subject: [PATCH] update yarn command --- doc/update/8.16-to-8.17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/8.16-to-8.17.md b/doc/update/8.16-to-8.17.md index a6b6817debc..f2369403487 100644 --- a/doc/update/8.16-to-8.17.md +++ b/doc/update/8.16-to-8.17.md @@ -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