CLI documentation update from CI

CI User committed Feb 11, 2022 at 02:28 UTC d3697e570c6a91e512953221f9ee57e18def929a
4 files changed +4 -2
cli/v8
+1 -1
@@ -1 +1 @@
1 -Subproject commit 892b66eba9f21dbfbc250572d437141e39a6de24
1 +Subproject commit 20a981890ba96d946036419f0ac124fe598663b7
content/cli/v8/commands/npm-exec.md
+1
@@ -398,3 +398,4 @@ project.
398 * [npm stop](/cli/v8/commands/npm-stop)
399 * [npm config](/cli/v8/commands/npm-config)
400 * [npm workspaces](/cli/v8/using-npm/workspaces)
401 +* [npx](/cli/v8/commands/npx)
content/cli/v8/commands/npx.md
+1
@@ -178,3 +178,4 @@ This resulted in some shifts in its functionality:
178 * [npm restart](/cli/v8/commands/npm-restart)
179 * [npm stop](/cli/v8/commands/npm-stop)
180 * [npm config](/cli/v8/commands/npm-config)
181 +* [npm exec](/cli/v8/commands/npm-exec)
content/cli/v8/using-npm/config.md
+1 -1
@@ -1359,7 +1359,7 @@ If a package would be saved at install time by the use of `--save`,
1359 `--save-dev`, or `--save-optional`, then also put it in the
1360 `bundleDependencies` list.
1361
1362 -Ignore if `--save-peer` is set, since peerDependencies cannot be bundled.
1362 +Ignored if `--save-peer` is set, since peerDependencies cannot be bundled.
1363
1364 <!-- automatically generated, do not edit manually -->
1365 <!-- see lib/utils/config/definitions.js -->