forked from potsda.mn/mobilizon
Merge branch 'fix-doc-upgrade' into 'master'
Fix missing env MIX_ENV for mix deps.get in upgrade doc (minor) See merge request framasoft/mobilizon!590
This commit is contained in:
commit
9bf650f35f
|
@ -42,7 +42,7 @@ git checkout v1.1
|
||||||
### Fetch new dependencies
|
### Fetch new dependencies
|
||||||
Fetch new and/or updated Elixir and NodeJS dependencies
|
Fetch new and/or updated Elixir and NodeJS dependencies
|
||||||
```bash
|
```bash
|
||||||
mix deps.get
|
MIX_ENV=prod mix deps.get
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
cd js
|
cd js
|
||||||
|
|
Loading…
Reference in a new issue