diff options
Diffstat (limited to 'deps/npm/html/doc/misc/npm-scripts.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-scripts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/misc/npm-scripts.html b/deps/npm/html/doc/misc/npm-scripts.html index ca3c18f2bd..580535d2c5 100644 --- a/deps/npm/html/doc/misc/npm-scripts.html +++ b/deps/npm/html/doc/misc/npm-scripts.html @@ -73,9 +73,9 @@ other system tools on the target machines.</li> <p>If there is a <code>server.js</code> file in the root of your package, then npm will default the <code>start</code> command to <code>node server.js</code>.</p> </li> -<li><p><code>"preinstall": "node-waf clean || true; node-waf configure build"</code>:</p> -<p>If there is a <code>wscript</code> file in the root of your package, npm will -default the <code>preinstall</code> command to compile using node-waf.</p> +<li><p><code>"install": "node-gyp rebuild"</code>:</p> +<p>If there is a <code>bindings.gyp</code> file in the root of your package, npm will +default the <code>install</code> command to compile using node-gyp.</p> </li> </ul> <h2 id="user">USER</h2> @@ -207,5 +207,5 @@ scripts is for compilation which must be done on the target architecture.</li> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-scripts — npm@2.14.4</p> +<p id="footer">npm-scripts — npm@2.14.7</p> |