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:
authorisaacs <i@izs.me>2014-08-15 01:29:16 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-15 06:37:35 +0400
commit1be4de51c3976db8564f72b00d50384c921f0917 (patch)
treef3fbe697f978901c713bd7edabdfd23379c8cd99 /Makefile
parent50bbaa99ddf9be5705b4b9518a8be254bd40b9e7 (diff)
Remove unpublish step from make publish
Doesn't work that way any more anyway
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78014d5c7..09e06adc2 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,6 @@ test: doc
publish: link doc
@git push origin :v$(shell npm -v) 2>&1 || true
- @npm unpublish npm@$(shell npm -v) 2>&1 || true
git clean -fd &&\
git push origin &&\
git push origin --tags &&\