Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-02-27 09:06:13 +0300
committerEvan Read <eread@gitlab.com>2020-02-27 09:06:13 +0300
commit4d74249d117a89a0b382c32b7e324a059f0f8278 (patch)
treeb76b4398a0d0c477910eed0998f66b8338d7300b /commands
parent48b950d0769d5784f1f753c3e25b522d6fd775c4 (diff)
Freeze lockfile when building docs site
Diffstat (limited to 'commands')
-rw-r--r--commands/frontend.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/frontend.rb b/commands/frontend.rb
index e3b91385..9c145dee 100644
--- a/commands/frontend.rb
+++ b/commands/frontend.rb
@@ -14,7 +14,7 @@ run do |opts, args, cmd|
if check_requirements?
puts 'Compiling JavaScript...'
- system('yarn install')
+ system('yarn install --frozen-lockfile')
system('yarn bundle')
end