LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

npm-install-ci-test

runs npm ci followed by npm test

TLDR

Clean install and test
$ npm install-ci-test
copy
Short form
$ npm cit
copy

SYNOPSIS

npm install-ci-test

DESCRIPTION

npm install-ci-test runs npm ci followed by npm test. Combines clean install with test execution. Shorthand for CI pipelines. Alias: npm cit.

SEE ALSO

npm(1), npm-ci(1), npm-test(1)

Copied to clipboard
Kai