Skip to content

Set NODE_ENV for yarn:install in patch_versions.md

username-removed-441841 requested to merge lacour/gitlab-ce:patch-15 into master

What does this MR do?

Updates doc/update/patch_versions.md to set NODE_ENV during yarn:install

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Without setting NODE_ENV=production, yarn:install will attempt to install unnecessary dependencies.

Merge request reports