From 201266706b280be530946b5fd6c6be72cf77a39d Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 14 Jun 2024 11:42:12 -0400 Subject: [PATCH] doc: move `node --run` stability to rc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/53433 Reviewed-By: Michaƫl Zasso Reviewed-By: Geoffrey Booth Reviewed-By: Benjamin Gruenbaum Reviewed-By: Xuguang Mei Reviewed-By: James M Snell Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow Reviewed-By: Matteo Collina Reviewed-By: Chemi Atlow --- 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 c2b5d230d8e207..c4dbc3b158e46d 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2004,7 +2004,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.