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-22 08:34:28 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-05-22 08:34:28 +0300
commitb499806ed6e0c55ac1ae3ec39cb974960e70040b (patch)
treeae1627bf94403fa18c65a976b5f7bdc0ef210834 /Makefile
parent6a54917fbd4df995495a95d4b548defd44b77c93 (diff)
doc: use a preversion script to update AUTHORS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 365d80da0..d935edfef 100644
--- a/Makefile
+++ b/Makefile
@@ -230,12 +230,7 @@ test: doc
tag:
npm tag npm@$(PUBLISHTAG) latest
-authors:
- @bash scripts/update-authors.sh &&\
- git add AUTHORS &&\
- git commit -m "update AUTHORS" || true
-
-publish: authors link doc
+publish: link doc
@git push origin :v$(shell npm -v) 2>&1 || true
git clean -fd &&\
git push origin $(BRANCH) &&\
@@ -248,4 +243,4 @@ release:
sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
-.PHONY: all latest install dev link doc clean uninstall test man doc-clean docclean release authors
+.PHONY: all latest install dev link doc clean uninstall test man doc-clean docclean release