Add correct env to yarn run build command

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-02-07 16:14:09 +01:00
parent d0541e3741
commit 87eec90337
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -73,7 +73,7 @@ yarn install
Finally, we can build the front-end (this can take a few seconds)
```bash
yarn run build
NODE_ENV=production yarn run build
```
Let's go back to the main directory