Skip to content

Commit

Permalink
doc: fix documentation for --run
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
RedYetiDev committed Jul 22, 2024
1 parent 17fb18d commit 4b8000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ changes:
> Stability: 1.2 - Release candidate
This runs a specified command from a package.json's `"scripts"` object.
If no `"command"` is provided, it will list the available scripts.
If a missing `"command"` is provided, it will list the available scripts.

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

0 comments on commit 4b8000c

Please sign in to comment.