commands.sh

npm install-ci-test

all

Install project dependencies and run tests in a single command, mainly used in continuous integration (CI) environments. Equivalent to running `npm ci && npm test`.

More info →

Options (1)

boolean

Install dependencies and run tests

Example: npm {{[cit|install-ci-test]}}

Examples (2)

Install dependencies and run tests

npm [cit|install-ci-test]

Display detailed logs during installation and testing

npm [cit|install-ci-test] --verbose
made by @shridhargupta | data from tldr-pages