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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7e31ffe8..15655f3e5 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ tag:
authors:
@bash scripts/update-authors.sh &&\
git add AUTHORS &&\
- git commit -m "update AUTHORS"
+ git commit -m "update AUTHORS" || true
publish: link doc authors
@git push origin :v$(shell npm -v) 2>&1 || true