Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/lib/content/using-npm/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These scripts happen in addition to the `pre<event>`, `post<event>`, and
* Runs BEFORE the package is packed, i.e.
during `npm publish` and `npm pack`
* Runs on local `npm install` without any arguments
* Runs AFTER `prepublish`, but BEFORE `prepublishOnly`
* Runs AFTER `prepublishOnly` and `prepack`, but BEFORE `postpack`
* Runs for a package if it's being installed as a link through `npm install <folder>`

* 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.
Expand Down
Loading