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 33894dee42
commit 0d0b969c14

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