Path : /opt/nvm/versions/node/v15.14.0/lib/node_modules/npm/docs/content/commands/ |
Current File : //opt/nvm/versions/node/v15.14.0/lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md |
--- 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)