]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-build.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-build.md
1 npm-build(1) -- Build a package
2 ===============================
3
4 ## SYNOPSIS
5
6     npm build <package-folder>
7
8 * `<package-folder>`:
9   A folder containing a `package.json` file in its root.
10
11 ## DESCRIPTION
12
13 This is the plumbing command called by `npm link` and `npm install`.
14
15 It should generally be called during installation, but if you need to run it
16 directly, run:
17
18     npm run-script build
19
20 ## SEE ALSO
21
22 * npm-install(1)
23 * npm-link(1)
24 * npm-scripts(7)
25 * package.json(5)