From f21ec1c4997f272aabb26e5f5de5e2a02a5fce0c Mon Sep 17 00:00:00 2001 From: Numahell Date: Wed, 7 Oct 2020 22:07:10 +0200 Subject: [PATCH] Fix missing env MIX_ENV for mix deps.get in upgrade --- docs/administration/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/upgrading.md b/docs/administration/upgrading.md index 18b7debdb..7a0d06ec0 100644 --- a/docs/administration/upgrading.md +++ b/docs/administration/upgrading.md @@ -42,7 +42,7 @@ git checkout v1.1 ### Fetch new dependencies Fetch new and/or updated Elixir and NodeJS dependencies ```bash -mix deps.get +MIX_ENV=prod mix deps.get ``` ```bash cd js