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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b36119db1..a5041faef 100644
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,9 @@ man: $(cli_docs) $(api_docs)
test: doc
node cli.js test
+tag:
+ npm tag npm@$(PUBLISHTAG) latest
+
publish: link doc
@git push origin :v$(shell npm -v) 2>&1 || true
git clean -fd &&\