Remove README analyze script step (#274)
This commit is contained in:
parent
b1b989f172
commit
8ca36cc821
|
@ -88,12 +88,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D
|
||||||
npm test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Analyze production bundle size & composition
|
6. Build for production *(to the `dist` directory)*
|
||||||
```sh
|
|
||||||
npm run analyze
|
|
||||||
```
|
|
||||||
|
|
||||||
7. Build for production *(to the `dist` directory)*
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue