CLI documentation update from CI

npm CLI robot committed Jul 20, 2022 at 03:02 UTC 7a3e386e89c9bf396ab3fe52c7f3330b060444b3
3 files changed +3 -3
cli/v6
+1 -1
@@ -1 +1 @@
1 -Subproject commit ba984fad09f3cff5be8e4632fb1813d98332d662
1 +Subproject commit 0a1a3200193862663b58b101662615ff6f8ac5a4
cli/v8
+1 -1
@@ -1 +1 @@
1 -Subproject commit 0c209ff035fe2abbf6b3c53bcc14219924c64bf1
1 +Subproject commit 51b12a085e087609c99befccfd6a98ef8a9919d0
content/cli/v6/commands/npm-build.md
+1 -1
@@ -22,7 +22,7 @@ This is the plumbing command called by `npm link` and `npm install`.
22 It should generally be called during installation, but if you need to run it
23 directly, run:
24 ```bash
25 - npm run-script build
25 + npm build
26 ```
27
28 ### See Also