2021-05-10 17:31:02 -04:00
|
|
|
.TH "NPM\-INSTALL\-CI\-TEST" "1" "May 2021" "" ""
|
2018-04-20 18:26:37 -07:00
|
|
|
.SH "NAME"
|
2020-11-01 07:54:36 +01:00
|
|
|
\fBnpm-install-ci-test\fR \- Install a project with a clean slate and run tests
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Synopsis
|
2018-04-20 18:26:37 -07:00
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
npm install\-ci\-test
|
|
|
|
|
|
|
|
alias: npm cit
|
|
|
|
.fi
|
|
|
|
.RE
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS Description
|
2018-04-20 18:26:37 -07:00
|
|
|
.P
|
2020-11-01 07:54:36 +01:00
|
|
|
This command runs \fBnpm ci\fP followed immediately by \fBnpm test\fP\|\.
|
2019-11-05 14:55:08 -05:00
|
|
|
.SS See Also
|
2018-04-20 18:26:37 -07:00
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
2020-11-01 07:54:36 +01:00
|
|
|
npm help install\-test
|
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help ci
|
2018-04-20 18:26:37 -07:00
|
|
|
.IP \(bu 2
|
2019-11-18 21:01:39 +02:00
|
|
|
npm help test
|
2018-04-20 18:26:37 -07:00
|
|
|
|
|
|
|
.RE
|