.\" generated with Ronn/v0.4.1 .\" http://github.com/rtomayko/ronn/ . .TH "NPM\-BUILD" "1" "May 2010" "" "" . .SH "NAME" \fBnpm\-build\fR \-\- Build a package . .SH "SYNOPSIS" . .nf npm build . .fi . .TP \fB\fR A folder containing a \fBpackage.json\fR file in its root. . .SH "DESCRIPTION" This command should almost never need to be run directly. It is an abstraction of the functionality shared by both npm\-install(1) and npm\-link(1). . .P This command creates the various interwoven links that ensure a package's contents are available in the root appropriately, and that its dependencies are linked appropriately. . .SH "SEE ALSO" . .IP "\(bu" 4 npm\-install(1) . .IP "\(bu" 4 npm\-link(1) . .IP "\(bu" 4 npm\-scripts(1) . .IP "\(bu" 4 npm\-json(1) . .IP "" 0