summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-build.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-05-05 18:20:40 -0700
committerisaacs <i@izs.me>2014-05-21 12:28:21 -0700
commitf118b7181941873ad5b1fb76940a8109ea091cca (patch)
tree65dd8b05332bca8451fe0e972a220f5ff3111cdb /deps/npm/doc/cli/npm-build.md
parent10b6156bd2f586bd7bd145f61274d18d2f5c2376 (diff)
downloadnode-v0.8-npm-1.4.10.tar.gz
npm: upgrade to 1.4.10v0.8-npm-1.4.10
* Don't set referer if already set * fetch: Send referer and npm-session headers * run-script: Support --parseable and --json * list runnable scripts (Evan Lucas) * Use marked instead of ronn for html docs
Diffstat (limited to 'deps/npm/doc/cli/npm-build.md')
-rw-r--r--deps/npm/doc/cli/npm-build.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-build.md b/deps/npm/doc/cli/npm-build.md
new file mode 100644
index 000000000..53813c1fd
--- /dev/null
+++ b/deps/npm/doc/cli/npm-build.md
@@ -0,0 +1,22 @@
+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)
+* npm-scripts(7)
+* package.json(5)