1NPM-BUILD(1) NPM-BUILD(1)
2
3
4
6 npm-build - Build a package
7
8 Synopsis
9 npm build [<package-folder>]
10
11 · <package-folder>: A folder containing a package.json file in its
12 root.
13
14
15 Description
16 This is the plumbing command called by npm link and npm install.
17
18 It should generally be called during installation, but if you need to
19 run it directly, run:
20
21 npm run-script build
22
23 See Also
24 · npm help install
25
26 · npm help link
27
28 · npm help scripts
29
30 · npm help package.json
31
32
33
34
35 March 2020 NPM-BUILD(1)