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.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-build.md b/deps/npm/doc/cli/npm-build.md
index 53813c1fd..4d3467a16 100644
--- a/deps/npm/doc/cli/npm-build.md
+++ b/deps/npm/doc/cli/npm-build.md
@@ -12,7 +12,10 @@ npm-build(1) -- Build a package
This is the plumbing command called by `npm link` and `npm install`.
-It should generally not be called directly.
+It should generally be called during installation, but if you need to run it
+directly, run:
+
+ npm run-script build
## SEE ALSO