Update CLI.md

This commit is contained in:
sanvit 2020-02-22 00:27:55 +09:00 committed by GitHub
parent c05dcec622
commit b4c97628d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,9 +74,9 @@ options: [--no-optimization]
```
- **strapi build**<br/>
Builds the administration panel without minimizing the assets
Builds the administration panel and minimizing the assets
- **strapi build --no-optimization**<br/>
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.