You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
438 B
438 B
| section | title | description |
|---|---|---|
| cli-commands | npm-install-ci-test | Install a project with a clean slate and run tests |
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.