Skip to content

Commit c08736b

Browse files
avivkellertargos
authored andcommitted
doc: fix documentation for --run
PR-URL: #53976 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 3d0f00f commit c08736b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/cli.md

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

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

0 commit comments

Comments
 (0)