Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Seoul-Oh <laughinghan@gmail.com>2016-06-17 02:21:19 +0300
committerRebecca Turner <me@re-becca.org>2016-06-24 00:19:17 +0300
commit823994f100a0e59e1dd109e312811f971968ec75 (patch)
treefb35e229078933da8393b4beffd8ed369bf62bce /doc/cli/npm-publish.md
parentfa7fc61b605c80171e680790235370a6cb78b185 (diff)
doc: npm-publish(1) mentions npm-pack(1)
Credit: @laughinghan Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/13080
Diffstat (limited to 'doc/cli/npm-publish.md')
-rw-r--r--doc/cli/npm-publish.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cli/npm-publish.md b/doc/cli/npm-publish.md
index 4ffefb882..fa512e1a1 100644
--- a/doc/cli/npm-publish.md
+++ b/doc/cli/npm-publish.md
@@ -48,6 +48,10 @@ Once a package is published with a given name and version, that
specific name and version combination can never be used again, even if
it is removed with npm-unpublish(1).
+For a "dry run" that does everything except actually publishing to the
+registry, see `npm-pack(1)`, which figures out the files to be included and
+packs them into a tarball to be uploaded to the registry.
+
## SEE ALSO
* npm-registry(7)
@@ -56,3 +60,4 @@ it is removed with npm-unpublish(1).
* npm-owner(1)
* npm-deprecate(1)
* npm-tag(1)
+* npm-pack(1)