summaryrefslogtreecommitdiff
path: root/doc/update/8.16-to-8.17.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/8.16-to-8.17.md')
-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 f2369403487..98574d2067b 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 --force --pure-lockfile
+sudo -u git -H yarn install --production --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