diff --git a/docs/content/commands/npm-exec.md b/docs/content/commands/npm-exec.md index db23536628e47..d154f5780b9c9 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 625ac3d8cd602..c1aae0b9ff0f8 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)