npm-build (1)
Leading comments
generated with Ronn/v0.7.3
http://github.com/rtomayko/ronn/tree/0.7.3
(The comments found at the beginning of the groff file "man1/npm-build.1".)
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
-