NPM-BUILD
Section:  (1)
Updated: November 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
- 
This document was created by