summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-16 00:17:24 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-16 00:17:24 -0600
commitcc9859fccd03b39579bd572e9d04c668dd47b3ec (patch)
treeffd87f14ac9943bc51299c7060b276e0bda2f4c9
parent2b008c6ae557a47591bca2bea0efaa86ed969b81 (diff)
downloadgitlab-ce-cc9859fccd03b39579bd572e9d04c668dd47b3ec.tar.gz
update yarn command
-rw-r--r--doc/update/8.16-to-8.17.md2
1 files changed, 1 insertions, 1 deletions
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