1NPM-BUILD(1)                                                      NPM-BUILD(1)
2
3
4

NAME

6       npm-build - Build a package
7

SYNOPSIS

9         npm build [<package-folder>]
10
11       · <package-folder>:  A  folder  containing  a  package.json file in its
12         root.
13
14

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

SEE ALSO

24       · npm help install
25
26       · npm help link
27
28       · npm help 7 scripts
29
30       · npm help 5 package.json
31
32
33
34
35
36                                  April 2019                      NPM-BUILD(1)
Impressum