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:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2016-03-30 21:16:40 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-03-31 04:16:07 +0300
commitf0d1521038e956b2197673f36c464684293ce99d (patch)
tree71021a164652a2978dda493d7bc8f36d6e1d3ace /Makefile
parentcd1ba4423b3ca889c741141b95b0d9472b9f71ea (diff)
makefile: add doc-clean to `make publish`
PR-URL: https://github.com/npm/npm/pull/12146 Credit: @watilde Reviewed-By: @zkat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bea8138be..8466cfad7 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,7 @@ ls-ok:
gitclean:
git clean -fd
-publish: gitclean ls-ok link doc
+publish: gitclean ls-ok link doc-clean doc
@git push origin :v$(shell npm -v) 2>&1 || true
git push origin $(BRANCH) &&\
git push origin --tags &&\