From 340cb6887d221ebafcc717dc78a54676c8753ec4 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 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.