npm-install-ci-test.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .TH "NPM\-INSTALL\-CI\-TEST" "1" "October 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-install-ci-test\fR \- Install a project with a clean slate and run tests
  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 \fBnpm ci\fP followed immediately by \fBnpm test\fP\|\.
  15. .SS Configuration
  16. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS START \-\->
  17. <!\-\- automatically generated, do not edit manually \-\->
  18. <!\-\- see lib/utils/config/definitions\.js \-\->
  19. .SS \fBaudit\fP
  20. .RS 0
  21. .IP \(bu 2
  22. Default: true
  23. .IP \(bu 2
  24. Type: Boolean
  25. .RE
  26. .P
  27. When "true" submit audit reports alongside the current npm command to the
  28. default registry and all registries configured for scopes\. See the
  29. documentation for npm help \fBaudit\fP for details on what is
  30. submitted\.
  31. <!\-\- automatically generated, do not edit manually \-\->
  32. <!\-\- see lib/utils/config/definitions\.js \-\->
  33. .SS \fBignore\-scripts\fP
  34. .RS 0
  35. .IP \(bu 2
  36. Default: false
  37. .IP \(bu 2
  38. Type: Boolean
  39. .RE
  40. .P
  41. If true, npm does not run scripts specified in package\.json files\.
  42. .P
  43. Note that commands explicitly intended to run a particular script, such as
  44. \fBnpm start\fP, \fBnpm stop\fP, \fBnpm restart\fP, \fBnpm test\fP, and \fBnpm run\-script\fP
  45. will still run their intended script if \fBignore\-scripts\fP is set, but they
  46. will \fInot\fR run any pre\- or post\-scripts\.
  47. <!\-\- automatically generated, do not edit manually \-\->
  48. <!\-\- see lib/utils/config/definitions\.js \-\->
  49. .SS \fBscript\-shell\fP
  50. .RS 0
  51. .IP \(bu 2
  52. Default: '/bin/sh' on POSIX systems, 'cmd\.exe' on Windows
  53. .IP \(bu 2
  54. Type: null or String
  55. .RE
  56. .P
  57. The shell to use for scripts run with the \fBnpm exec\fP, \fBnpm run\fP and \fBnpm
  58. init <pkg>\fP commands\.
  59. <!\-\- automatically generated, do not edit manually \-\->
  60. <!\-\- see lib/utils/config/definitions\.js \-\->
  61. <!\-\- AUTOGENERATED CONFIG DESCRIPTIONS END \-\->
  62. .SS See Also
  63. .RS 0
  64. .IP \(bu 2
  65. npm help install\-test
  66. .IP \(bu 2
  67. npm help ci
  68. .IP \(bu 2
  69. npm help test
  70. .RE