2019-11-05 14:55:08 -05:00
|
|
|
---
|
2019-11-18 21:01:39 +02:00
|
|
|
section: cli-commands
|
2019-11-05 14:55:08 -05:00
|
|
|
title: npm-install-ci-test
|
|
|
|
description: Install a project with a clean slate and run tests
|
|
|
|
---
|
|
|
|
|
2019-11-18 21:01:39 +02:00
|
|
|
# npm install-ci-test(1)
|
2019-11-05 14:55:08 -05:00
|
|
|
|
|
|
|
## Install a project with a clean slate and run tests
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install-ci-test
|
|
|
|
|
|
|
|
alias: npm cit
|
|
|
|
```
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
This command runs an `npm ci` followed immediately by an `npm test`.
|
|
|
|
|
|
|
|
### See Also
|
|
|
|
|
|
|
|
* [npm ci](/cli-commands/npm-ci)
|
|
|
|
* [npm test](/cli-commands/npm-test)
|