from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
NPM\-BUILD
Section: (1) Updated: December 2016 Index
Return to Main Contents
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
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|