Skip to content

Commit 4b8000c

Browse files
authored
doc: fix documentation for --run
PR-URL: #53976 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 17fb18d commit 4b8000c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ changes:
20172017
> Stability: 1.2 - Release candidate
20182018
20192019
This runs a specified command from a package.json's `"scripts"` object.
2020-
If no `"command"` is provided, it will list the available scripts.
2020+
If a missing `"command"` is provided, it will list the available scripts.
20212021

20222022
`--run` will traverse up to the root directory and finds a `package.json`
20232023
file to run the command from.

0 commit comments

Comments
 (0)