remove analyze script step

This commit is contained in:
jcgoette 2021-05-25 08:25:42 -04:00
parent b1b989f172
commit 6f583bcfdd
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
```