Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

263 B

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 an npm ci followed immediately by an npm test.

SEE ALSO

  • npm-ci(1)
  • npm-test(1)