add yarn:install to upgrader script
This commit is contained in:
parent
9b885e92f3
commit
eca18c0bd1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module Gitlab
|
|||
"Switch to new version" => %W(#{Gitlab.config.git.bin_path} checkout v#{latest_version}),
|
||||
"Install gems" => %W(bundle),
|
||||
"Migrate DB" => %W(bundle exec rake db:migrate),
|
||||
"Recompile assets" => %W(bundle exec rake gitlab:assets:clean gitlab:assets:compile),
|
||||
"Recompile assets" => %W(bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile),
|
||||
"Clear cache" => %W(bundle exec rake cache:clear)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue