Remove `--production` flag from yarn install (#179)
See https://github.com/discourse/discourse_docker/pull/708 for context
This commit is contained in:
parent
cf9975ad56
commit
c6a6d0c37f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue