summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-build.md
diff options
context:
space:
mode:
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)