diff --git a/docs/3.0.0-beta.x/cli/CLI.md b/docs/3.0.0-beta.x/cli/CLI.md index 06317fdf80..1c99305728 100644 --- a/docs/3.0.0-beta.x/cli/CLI.md +++ b/docs/3.0.0-beta.x/cli/CLI.md @@ -74,9 +74,9 @@ options: [--no-optimization] ``` - **strapi build**
- Builds the administration panel without minimizing the assets + Builds the administration panel and minimizing the assets - **strapi build --no-optimization**
- Builds the administration panel without minizing the assets. The build duration is faster. + Builds the administration panel without minimizing the assets. The build duration is faster. ::: tip You can specify a NODE_ENV to use the configurations in the `./config/environments/[development|staging|production]` folder.