LinuxCommandLibrary

npm-it

runs npm install followed by npm test

TLDR

Install and test

$ npm it
copy
Install and test in CI
$ npm it --ci
copy

SYNOPSIS

npm it

DESCRIPTION

npm it runs npm install followed by npm test. Shortcut for common workflow.
The command combines install and test. Alias for npm install-test.

PARAMETERS

--help

Display help information.

CAVEATS

Runs both commands. Fails if either fails. CI convenience.

HISTORY

npm it is a shorthand alias combining install and test operations.

SEE ALSO

npm(1), npm-install(1), npm-test(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community