Skip to content

Commit 6b35994

Browse files
avivkellerRafaelGSS
authored andcommittedAug 5, 2024
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 ca68544 commit 6b35994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/cli.md

+1-1
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)