We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59fd2c commit ff1367fCopy full SHA for ff1367f
docs/content/using-npm/scripts.md
@@ -339,7 +339,7 @@ file.
339
* Don't prefix your script commands with "sudo". If root permissions
340
are required for some reason, then it'll fail with that error, and
341
the user will sudo the npm command in question.
342
-* Don't use `install`. Use a `.gyp` file for compilation, and `prepublish`
+* Don't use `install`. Use a `.gyp` file for compilation, and `prepare`
343
for anything else. You should almost never have to explicitly set a
344
preinstall or install script. If you are doing this, please consider if
345
there is another option. The only valid use of `install` or `preinstall`
0 commit comments