diff options
author | npm CLI robot <npm-cli+bot@github.com> | 2022-11-07 13:02:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 18:02:05 +0000 |
commit | 14a9f77c7cf4d52ed222c156069f63a599f9004b (patch) | |
tree | 7f734aa6c0dcb60236161ef8708f6ecc16f450f1 /deps/npm/docs/output/commands/npm-test.html | |
parent | 06603c44a5b0e92b1a3591ace467ce9770bf9658 (diff) | |
download | node-new-14a9f77c7cf4d52ed222c156069f63a599f9004b.tar.gz |
deps: upgrade npm to 8.19.3
PR-URL: https://github.com/nodejs/node/pull/45322
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-test.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-test.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/deps/npm/docs/output/commands/npm-test.html b/deps/npm/docs/output/commands/npm-test.html index c4d71b30f5..b9a79dd9cf 100644 --- a/deps/npm/docs/output/commands/npm-test.html +++ b/deps/npm/docs/output/commands/npm-test.html @@ -146,16 +146,10 @@ npm command-line interface </section> <div id="_content"><h3 id="synopsis">Synopsis</h3> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <pre lang="bash"><code>npm test [-- <args>] aliases: tst, t </code></pre> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>This runs a predefined command specified in the <code>"test"</code> property of a package's <code>"scripts"</code> object.</p> @@ -173,9 +167,6 @@ a package's <code>"scripts"</code> object.</p> (test.js output would be here) </code></pre> <h3 id="configuration">Configuration</h3> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -186,17 +177,12 @@ a package's <code>"scripts"</code> object.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> <li>Type: null or String</li> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <package-spec></code> commands.</p> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> -<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> |