www.LinuxHowtos.org
NPM\-BUILD
Section: (1)Updated: December 2016
Index Return to Main Contents
NAME
npm-build - Build a packageSYNOPSIS
-
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