Prepare for core switch from yarn to pnpm (#236)
This commit is contained in:
parent
9bc52730d7
commit
f16f400b33
|
@ -98,7 +98,7 @@ class DockerManager::Upgrader
|
||||||
end
|
end
|
||||||
|
|
||||||
run("bundle install --retry 3 --jobs 4")
|
run("bundle install --retry 3 --jobs 4")
|
||||||
run("yarn install")
|
run("if [ -f yarn.lock ]; then yarn install; else pnpm install; fi")
|
||||||
begin
|
begin
|
||||||
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
|
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
|
||||||
rescue RuntimeError
|
rescue RuntimeError
|
||||||
|
|
Loading…
Reference in New Issue