Prepare for core switch from yarn to pnpm (#236)

This commit is contained in:
David Taylor 2024-09-02 18:11:27 +01:00 committed by GitHub
parent 9bc52730d7
commit f16f400b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class DockerManager::Upgrader
end
run("bundle install --retry 3 --jobs 4")
run("yarn install")
run("if [ -f yarn.lock ]; then yarn install; else pnpm install; fi")
begin
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
rescue RuntimeError