Merge pull request #5294 from sanvit/patch-1

edited some minor typos
This commit is contained in:
Alexandre BODIN 2020-02-26 14:32:03 +01:00 committed by GitHub
commit 6b9e19d9a7
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.