LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

npm-install-test

runs npm install followed by npm test

TLDR

Install and test
$ npm install-test
copy
Short form
$ npm it
copy

SYNOPSIS

npm install-test

DESCRIPTION

npm install-test runs npm install followed by npm test. Combines dependency installation with test execution. Alias: npm it.

SEE ALSO

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

Copied to clipboard
Kai