Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3231ee9 commit 4b08e2eCopy full SHA for 4b08e2e
docs/lib/content/using-npm/scripts.md
@@ -46,6 +46,7 @@ situations. These scripts happen in addition to the `pre<event>`, `post<event>`,
46
and `npm pack`
47
* Runs on local `npm install` without any arguments
48
* Runs AFTER `prepublish`, but BEFORE `prepublishOnly`
49
+* Runs for a package if it's being installed as a link through `npm install <folder>`
50
51
* NOTE: If a package being installed through git contains a `prepare`
52
script, its `dependencies` and `devDependencies` will be installed, and
0 commit comments