Provided by: npm_3.5.2-0ubuntu4_all bug

NAME

       npm-build - Build a package

SYNOPSIS

       npm build [<package-folder>]

       <package-folder>
              A folder containing a package.json file in its root.

DESCRIPTION

       This is the plumbing command called by npm link and npm install.

       It  should  generally  be  called during installation, but if you need to run it directly,
       run:

           npm run-script build

SEE ALSO

       •   npm help install

       •   npm help link

       •   npm help 7 scripts

       •   npm help 5 package.json

                                          December 2015                              NPM-BUILD(1)