From f0d1521038e956b2197673f36c464684293ce99d Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Wed, 30 Mar 2016 20:16:40 +0200 Subject: [PATCH] makefile: add doc-clean to `make publish` PR-URL: https://github.com/npm/npm/pull/12146 Credit: @watilde Reviewed-By: @zkat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bea8138becf4c..8466cfad77e48 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 &&\