Skip to content

Commit 6b35994

Browse files
avivkellerRafaelGSS
authored andcommitted
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 ca68544 commit 6b35994

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
@@ -2049,7 +2049,7 @@ changes:
20492049
> Stability: 1.2 - Release candidate
20502050
20512051
This runs a specified command from a package.json's `"scripts"` object.
2052-
If no `"command"` is provided, it will list the available scripts.
2052+
If a missing `"command"` is provided, it will list the available scripts.
20532053

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

0 commit comments

Comments
 (0)