Skip to content

Commit

Permalink
doc: Improve documentation of when node-gyp is used.
Browse files Browse the repository at this point in the history
PR-URL: npm#12636
Credit: @reconbot
Reviewed-By: @iarna
  • Loading branch information
reconbot authored and iarna committed May 13, 2016
1 parent 4c4b4ba commit 7a41a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/misc/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ npm will default some script values based on package contents.

* `"install": "node-gyp rebuild"`:

If there is a `binding.gyp` file in the root of your package, npm will
If there is a `binding.gyp` file in the root of your package and you
haven't defined your own `install` or `preinstall` scripts, npm will
default the `install` command to compile using node-gyp.

## USER
Expand Down

0 comments on commit 7a41a84

Please sign in to comment.