aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-install-ci-test.md
blob: 4cbab9144e48fac20b4c9c128d4c3bb8943c54ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# npm install-ci-test(1) -- Install a project with a clean slate and run tests

## SYNOPSIS

    npm install-ci-test

    alias: npm cit

## DESCRIPTION

This command runs an `npm ci` followed immediately by an `npm test`.

## SEE ALSO

- npm-ci(1)
- npm-test(1)