From 1be4de51c3976db8564f72b00d50384c921f0917 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 14 Aug 2014 14:29:16 -0700 Subject: Remove unpublish step from make publish Doesn't work that way any more anyway --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 &&\ -- cgit v1.2.3