????
Current Path : /proc/thread-self/root/usr/lib/node_modules/npm/docs/content/commands/ |
Current File : //proc/thread-self/root/usr/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 an `npm ci` followed immediately by an `npm test`. ### See Also * [npm ci](/commands/npm-ci) * [npm test](/commands/npm-test)