npm-test.1 399 B

1234567891011121314151617181920212223242526272829
  1. .TH "NPM\-TEST" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-test\fR \- Test a package
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm test [\-\- <args>]
  9. aliases: t, tst
  10. .fi
  11. .RE
  12. .SS Description
  13. .P
  14. This runs a package's "test" script, if one was provided\.
  15. .SS See Also
  16. .RS 0
  17. .IP \(bu 2
  18. npm help run\-script
  19. .IP \(bu 2
  20. npm help scripts
  21. .IP \(bu 2
  22. npm help start
  23. .IP \(bu 2
  24. npm help restart
  25. .IP \(bu 2
  26. npm help stop
  27. .RE