Skip to content

Commit 6018815

Browse files
Ben Limmermontogeek
authored andcommitted
docs(guides): Update installation npm script name (#2749)
In the follow-up steps in the guide, it always references `npm run build`, not `npm run start`. It seems like maybe in the initial installation section `build` should be the name of the npm task vs. `start`.
1 parent 5e68c4a commit 6018815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Installing locally is what we recommend for most projects. This makes it easier
4040

4141
```json
4242
"scripts": {
43-
"start": "webpack --config webpack.config.js"
43+
"build": "webpack --config webpack.config.js"
4444
}
4545
```
4646

0 commit comments

Comments
 (0)