Skip to content

Commit 0a1a320

Browse files
authored
docs: Removed run-script from npm build description (#5192)
As suggested here, this is in error: #5185
1 parent ba984fa commit 0a1a320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/commands/npm-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is the plumbing command called by `npm link` and `npm install`.
1919
It should generally be called during installation, but if you need to run it
2020
directly, run:
2121
```bash
22-
npm run-script build
22+
npm build
2323
```
2424

2525
### See Also

0 commit comments

Comments
 (0)