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:
authorForrest L Norvell <forrest@npmjs.com>2015-05-01 07:00:07 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-05-01 07:00:07 +0300
commit3c6cabbccf658f4278c5cb3c47e433924b891d94 (patch)
tree4e3171fac08aa03fc3f1d39c084ee5708f50e369 /Makefile
parent7264367c5ec1526a2f3bfdc8640183d60247cf57 (diff)
Makefile: update AUTHORS before publish
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15655f3e5..365d80da0 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ authors:
git add AUTHORS &&\
git commit -m "update AUTHORS" || true
-publish: link doc authors
+publish: authors link doc
@git push origin :v$(shell npm -v) 2>&1 || true
git clean -fd &&\
git push origin $(BRANCH) &&\