Skip to content

Commit

Permalink
docs: Note that "prepare" runs when installing git dependencies (#82)
Browse files Browse the repository at this point in the history
PR-URL: #82
Credit: @seishun
Reviewed-By: @zkat
  • Loading branch information
seishun authored and zkat committed Nov 26, 2018
1 parent 4be51a9 commit dcc03ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/misc/npm-scripts.md
Expand Up @@ -10,9 +10,9 @@ following scripts:
Run BEFORE the package is packed and published, as well as on local `npm
install` without any arguments. (See below)
* prepare:
Run both BEFORE the package is packed and published, and on local `npm
install` without any arguments (See below). This is run
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`.
* prepublishOnly:
Run BEFORE the package is prepared and packed, ONLY on `npm publish`. (See
below.)
Expand Down

0 comments on commit dcc03ec

Please sign in to comment.