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 c0346b1 commit 8e09d5aCopy full SHA for 8e09d5a
docs/content/using-npm/scripts.md
@@ -13,7 +13,7 @@ description: How npm handles the "scripts" field
13
npm supports the "scripts" property of the package.json file, for the
14
following scripts:
15
16
-* **prepublish**:
+* **prepublish** (_as of npm@5, `prepublish` is deprecated. Use `prepare` for build steps and `prepublishOnly` for upload-only._):
17
Run BEFORE the package is packed and published, as well as on local `npm
18
install` without any arguments. (See below)
19
* **prepare**:
0 commit comments