From 0f9724ce470207790eca25de004d75db3c11cb66 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:33:58 +0300 Subject: [PATCH] npm-run-script: add page (#14050) --- pages/common/npm-run-script.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/npm-run-script.md diff --git a/pages/common/npm-run-script.md b/pages/common/npm-run-script.md new file mode 100644 index 0000000000..7ced33b767 --- /dev/null +++ b/pages/common/npm-run-script.md @@ -0,0 +1,7 @@ +# npm run-script + +> This command is an alias of `npm run`. + +- View documentation for the original command: + +`tldr npm run`