You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lib/content/using-npm/scripts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ These scripts happen in addition to the `pre<event>`, `post<event>`, and
43
43
* Runs BEFORE the package is packed, i.e.
44
44
during `npm publish` and `npm pack`
45
45
* Runs on local `npm install` without any arguments
46
-
* Runs AFTER `prepublish`, but BEFORE `prepublishOnly`
46
+
* Runs AFTER `prepublishOnly` and `prepack`, but BEFORE `postpack`
47
47
* Runs for a package if it's being installed as a link through `npm install <folder>`
48
48
49
49
* NOTE: If a package being installed through git contains a `prepare` script, its `dependencies` and `devDependencies` will be installed, and the prepare script will be run, before the package is packaged and installed.
0 commit comments