CLI documentation update from CI
CI User committed
Mar 31, 2022 at 02:43 UTC
f80f762db99189499b9e22f822299488c102704b
2 files changed
+2
-2
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit d8d374d23d34c17e22b52afc1cfb5247cc7c3e1d
1
+Subproject commit 668ec7f33b7a76f5e86a59f7e5a6c0e068a242b1
content/cli/v8/using-npm/scripts.md
+1
-1
@@ -347,7 +347,7 @@ file.
347
* Don't prefix your script commands with "sudo". If root permissions
348
are required for some reason, then it'll fail with that error, and
349
the user will sudo the npm command in question.
350
-* Don't use `install`. Use a `.gyp` file for compilation, and `prepublish`
350
+* Don't use `install`. Use a `.gyp` file for compilation, and `prepare`
351
for anything else. You should almost never have to explicitly set a
352
preinstall or install script. If you are doing this, please consider if
353
there is another option. The only valid use of `install` or `preinstall`