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