Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcc03ec

Browse filesBrowse files
seishunzkat
authored andcommitted
docs: Note that "prepare" runs when installing git dependencies (#82)
PR-URL: #82 Credit: @seishun Reviewed-By: @zkat
1 parent 4be51a9 commit dcc03ec
Copy full SHA for dcc03ec

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/misc/npm-scripts.md

Copy file name to clipboardExpand all lines: doc/misc/npm-scripts.md
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.