diff options
Diffstat (limited to 'deps/npm/html/api/run-script.html')
-rw-r--r-- | deps/npm/html/api/run-script.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/api/run-script.html b/deps/npm/html/api/run-script.html index 48839c576c..3ee6d88895 100644 --- a/deps/npm/html/api/run-script.html +++ b/deps/npm/html/api/run-script.html @@ -14,12 +14,12 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2> -<p>This runs an arbitrary command from a package's "scripts" object.</p> +<p>This runs an arbitrary command from a package's "scripts" object.</p> <p>It is used by the test, start, restart, and stop commands, but can be called directly, as well.</p> -<p>The 'args' parameter is an array of strings. Behavior depends on the number +<p>The 'args' parameter is an array of strings. Behavior depends on the number of elements. If there is only one element, npm assumes that the element represents a command to be run on the local repository. If there is more than one element, then the first is assumed to be the package and the second is @@ -29,7 +29,7 @@ assumed to be the command to run. All other elements are ignored.</p> <ul><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../api/test.html">test(3)</a></li><li><a href="../api/start.html">start(3)</a></li><li><a href="../api/restart.html">restart(3)</a></li><li><a href="../api/stop.html">stop(3)</a></li></ul> </div> -<p id="footer">run-script — npm@1.1.46</p> +<p id="footer">run-script — npm@1.1.49</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |