From 8ca36cc82113a481f3993eb78768bf156db6b6d4 Mon Sep 17 00:00:00 2001 From: Justin Goette <53531335+jcgoette@users.noreply.github.com> Date: Tue, 25 May 2021 11:22:51 -0400 Subject: [PATCH] Remove README analyze script step (#274) --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ba879e2..0eee5b4 100644 --- a/README.md +++ b/README.md @@ -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 ```