Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47bd77542263aacf8641277bc08de4291e53bf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.\" 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 <package\-folder>
.
.fi
.
.TP
\fB<package\-folder>\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