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.

41 lines
640 B

  1. .TH "NPM\-BUILD" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-build\fR \- Build a package
  4. .SH 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. .SH 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. .SH 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 7 scripts
  36. .IP \(bu 2
  37. npm help 5 package\.json
  38. .RE