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.

16 lines
263 B

  1. # npm install-ci-test(1) -- Install a project with a clean slate and run tests
  2. ## SYNOPSIS
  3. npm install-ci-test
  4. alias: npm cit
  5. ## DESCRIPTION
  6. This command runs an `npm ci` followed immediately by an `npm test`.
  7. ## SEE ALSO
  8. - npm-ci(1)
  9. - npm-test(1)