From 87eec90337ccb5c36c6109586562c3a3a36dad7c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 7 Feb 2020 16:14:09 +0100 Subject: [PATCH] Add correct env to yarn run build command Signed-off-by: Thomas Citharel --- docs/administration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/index.md b/docs/administration/index.md index 165b4c49a..1496ab13e 100644 --- a/docs/administration/index.md +++ b/docs/administration/index.md @@ -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