File tree Expand file tree Collapse file tree
03-bundling/06-vite/11-bundle-analyzer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
6262- Let's see what we get out-of-the-box:
6363
6464 ``` bash
65- npm build
65+ npm run build
6666 ```
6767
6868 🔎 Check how ` localhost:8888 ` is automatically opened after the build is complete. This is the default behaviour of the package.
@@ -89,7 +89,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
8989- And build again:
9090
9191 ``` bash
92- npm build
92+ npm run build
9393 ```
9494
9595## Optional
@@ -129,7 +129,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (20.19.0 || >=22.12.0) if they
129129- Build it again:
130130
131131 ``` bash
132- npm build
132+ npm run build
133133 ```
134134
135135 🔎 Check new ` bundle-stats.html ` page and explore its powerfull features.
You can’t perform that action at this time.
0 commit comments