npm-build.1 639 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .TH "NPM\-BUILD" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-build\fR \- Build a package
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm build [<package\-folder>]
  9. .fi
  10. .RE
  11. .RS 0
  12. .IP \(bu 2
  13. \fB<package\-folder>\fP:
  14. A folder containing a \fBpackage\.json\fP file in its root\.
  15. .RE
  16. .SS Description
  17. .P
  18. This is the plumbing command called by \fBnpm link\fP and \fBnpm install\fP\|\.
  19. .P
  20. It should generally be called during installation, but if you need to run it
  21. directly, run:
  22. .P
  23. .RS 2
  24. .nf
  25. npm run\-script build
  26. .fi
  27. .RE
  28. .SS See Also
  29. .RS 0
  30. .IP \(bu 2
  31. npm help install
  32. .IP \(bu 2
  33. npm help link
  34. .IP \(bu 2
  35. npm help scripts
  36. .IP \(bu 2
  37. npm help package\.json
  38. .RE