Build a package
npm build <package-folder>
<package-folder>
package.json
This is the plumbing command called by npm link and npm install.
npm link
npm install
It should generally not be called directly.
build — npm@1.1.0-alpha-6