From c57ff3fae5f445ad17690422b1052449d83bdd5d Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 12 Jun 2024 11:30:33 -0400 Subject: [PATCH] doc: move `node --run` stability to rc --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index a592c9a0bbf444..684627637b5a0b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1986,7 +1986,7 @@ changes: `PATH` environment variable accordingly. --> -> Stability: 1.1 - Active development +> 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.