Add correct env to yarn run build command
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d0541e3741
commit
87eec90337
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue