npm-install-ci-test.1 297 B

1234567891011121314151617181920212223
  1. .TH "NPM" "" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm\fR
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm install\-ci\-test
  9. alias: npm cit
  10. .fi
  11. .RE
  12. .SS Description
  13. .P
  14. This command runs an \fBnpm ci\fP followed immediately by an \fBnpm test\fP\|\.
  15. .SS See Also
  16. .RS 0
  17. .IP \(bu 2
  18. npm help ci
  19. .IP \(bu 2
  20. npm help test
  21. .RE