From 248f4c376444d0202f1d08f039c59485d6aea2e9 Mon Sep 17 00:00:00 2001 From: npm team Date: Thu, 19 Aug 2021 17:47:33 +0000 Subject: deps: upgrade npm to 7.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39813 Reviewed-By: Luigi Pinca Reviewed-By: Myles Borins Reviewed-By: Tobias Nießen Reviewed-By: Rich Trott --- deps/npm/man/man1/npm-test.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'deps/npm/man/man1/npm-test.1') diff --git a/deps/npm/man/man1/npm-test.1 b/deps/npm/man/man1/npm-test.1 index c84d9bd8d1f..6eb0888077e 100644 --- a/deps/npm/man/man1/npm-test.1 +++ b/deps/npm/man/man1/npm-test.1 @@ -1,4 +1,4 @@ -.TH "NPM\-TEST" "1" "July 2021" "" "" +.TH "NPM\-TEST" "1" "August 2021" "" "" .SH "NAME" \fBnpm-test\fR \- Test a package .SS Synopsis @@ -38,6 +38,7 @@ npm test .SS Configuration + .SS \fBignore\-scripts\fP .RS 0 .IP \(bu 2 @@ -53,6 +54,9 @@ Note that commands explicitly intended to run a particular script, such as \fBnpm start\fP, \fBnpm stop\fP, \fBnpm restart\fP, \fBnpm test\fP, and \fBnpm run\-script\fP will still run their intended script if \fBignore\-scripts\fP is set, but they will \fInot\fR run any pre\- or post\-scripts\. + + + .SS \fBscript\-shell\fP .RS 0 .IP \(bu 2 @@ -64,6 +68,9 @@ Type: null or String .P The shell to use for scripts run with the \fBnpm exec\fP, \fBnpm run\fP and \fBnpm init \fP commands\. + + + .SS See Also -- cgit v1.2.3