Skip to content

Commit 977d8f6

Browse files
committed
fix typos
1 parent be30ab8 commit 977d8f6

File tree

1 file changed

+3
-3
lines changed
  • 03-bundling/06-vite/11-bundle-analyzer

1 file changed

+3
-3
lines changed

03-bundling/06-vite/11-bundle-analyzer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)