node/deps/npm/doc/cli/npm-build.md

23 lines
400 B
Markdown
Raw Normal View History

npm-build(1) -- 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 not be called directly.
## SEE ALSO
* npm-install(1)
* npm-link(1)
2013-07-12 23:56:59 +08:00
* npm-scripts(7)
* package.json(5)