node/deps/npm/man/man1/npm-test.1

33 lines
492 B
Groff
Raw Normal View History

.TH "NPM\-TEST" "1" "May 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-test\fR \- Test a package
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
2014-09-25 05:41:07 +08:00
npm test [\-\- <args>]
npm tst [\-\- <args>]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This runs a package's "test" script, if one was provided\.
.P
To run tests as a condition of installation, set the \fBnpat\fR config to
true\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help run\-script
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 scripts
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help start
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help restart
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help stop
2014-09-25 05:41:07 +08:00
.RE