Remove `--production` flag from yarn install (#179)

See https://github.com/discourse/discourse_docker/pull/708 for context
This commit is contained in:
David Taylor 2023-04-24 11:33:53 +01:00 committed by GitHub
parent cf9975ad56
commit c6a6d0c37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 --production")
run("yarn install")
begin
run("LOAD_PLUGINS=0 bundle exec rake plugin:pull_compatible_all")
rescue RuntimeError