]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-build.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-build.1
1 .TH "NPM\-BUILD" "1" "October 2016" "" ""
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
16 .RE
17 .SH DESCRIPTION
18 .P
19 This is the plumbing command called by \fBnpm link\fP and \fBnpm install\fP\|\.
20 .P
21 It should generally be called during installation, but if you need to run it
22 directly, run:
23 .P
24 .RS 2
25 .nf
26 npm run\-script build
27 .fi
28 .RE
29 .SH SEE ALSO
30 .RS 0
31 .IP \(bu 2
32 npm help install
33 .IP \(bu 2
34 npm help link
35 .IP \(bu 2
36 npm help 7 scripts
37 .IP \(bu 2
38 npm help 5 package\.json
39
40 .RE
41