mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 12:50:44 +00:00

PR-URL: https://github.com/nodejs/node/pull/35908 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
380 B
380 B
title | section | description |
---|---|---|
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 npm ci
followed immediately by npm test
.