Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2022-02-08 11:37:46 +0300
committerGar <wraithgar@github.com>2022-02-08 18:44:53 +0300
commitb836d596f9d98cd7849882000cad11ad2a0b9a26 (patch)
tree17cf1a3fd2540ac1330751746f6fe7ee72ae3bb1 /docs
parent0cc9d4c51a337af0edd2e20c6fadb26807e5d09f (diff)
docs: add cross-references between npx and npm exec
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-exec.md1
-rw-r--r--docs/content/commands/npx.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/commands/npm-exec.md b/docs/content/commands/npm-exec.md
index db2353662..d154f5780 100644
--- a/docs/content/commands/npm-exec.md
+++ b/docs/content/commands/npm-exec.md
@@ -388,3 +388,4 @@ project.
* [npm stop](/commands/npm-stop)
* [npm config](/commands/npm-config)
* [npm workspaces](/using-npm/workspaces)
+* [npx](/commands/npx)
diff --git a/docs/content/commands/npx.md b/docs/content/commands/npx.md
index 625ac3d8c..c1aae0b9f 100644
--- a/docs/content/commands/npx.md
+++ b/docs/content/commands/npx.md
@@ -175,3 +175,4 @@ This resulted in some shifts in its functionality:
* [npm restart](/commands/npm-restart)
* [npm stop](/commands/npm-stop)
* [npm config](/commands/npm-config)
+* [npm exec](/commands/npm-exec)