Remove README analyze script step (#274)

This commit is contained in:
Justin Goette 2021-05-25 11:22:51 -04:00 committed by GitHub
parent b1b989f172
commit 8ca36cc821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -88,12 +88,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D
npm test
```
6. Analyze production bundle size & composition
```sh
npm run analyze
```
7. Build for production *(to the `dist` directory)*
6. Build for production *(to the `dist` directory)*
```sh
npm run build
```