npm
Version:
a package manager for JavaScript
24 lines (16 loc) • 380 B
Markdown
title: npm-install-ci-test
section: 1
description: Install a project with a clean slate and run tests
### Synopsis
```bash
npm install-ci-test
alias: npm cit
```
### Description
This command runs `npm ci` followed immediately by `npm test`.
### See Also
* [npm install-test](/commands/npm-install-test)
* [npm ci](/commands/npm-ci)
* [npm test](/commands/npm-test)