We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be51a9 commit dcc03ecCopy full SHA for dcc03ec
doc/misc/npm-scripts.md
@@ -10,9 +10,9 @@ following scripts:
10
Run BEFORE the package is packed and published, as well as on local `npm
11
install` without any arguments. (See below)
12
* prepare:
13
- Run both BEFORE the package is packed and published, and on local `npm
14
- install` without any arguments (See below). This is run
15
- AFTER `prepublish`, but BEFORE `prepublishOnly`.
+ Run both BEFORE the package is packed and published, on local `npm
+ install` without any arguments, and when installing git dependencies (See
+ below). This is run AFTER `prepublish`, but BEFORE `prepublishOnly`.
16
* prepublishOnly:
17
Run BEFORE the package is prepared and packed, ONLY on `npm publish`. (See
18
below.)
0 commit comments