Skip to content

Commit dcc03ec

Browse files
seishunzkat
authored andcommittedNov 26, 2018
docs: Note that "prepare" runs when installing git dependencies (#82)
PR-URL: #82 Credit: @seishun Reviewed-By: @zkat
1 parent 4be51a9 commit dcc03ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/misc/npm-scripts.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ following scripts:
1010
Run BEFORE the package is packed and published, as well as on local `npm
1111
install` without any arguments. (See below)
1212
* 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`.
13+
Run both BEFORE the package is packed and published, on local `npm
14+
install` without any arguments, and when installing git dependencies (See
15+
below). This is run AFTER `prepublish`, but BEFORE `prepublishOnly`.
1616
* prepublishOnly:
1717
Run BEFORE the package is prepared and packed, ONLY on `npm publish`. (See
1818
below.)

0 commit comments

Comments
 (0)
Please sign in to comment.