mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Fix missing env MIX_ENV for mix deps.get in upgrade
This commit is contained in:
parent
b67239cf2e
commit
f21ec1c499
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue