summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-18 09:42:42 -0700
committerisaacs <i@izs.me>2013-06-18 09:42:42 -0700
commit9195455637be7ac68274c4e9a83003470efdb0c0 (patch)
tree7e31c781fd40c5b43e504fad2c628081b2678ed6 /deps/npm/Makefile
parent18574bfaf1c408fd87b69fa4d041a9f3050d6754 (diff)
downloadnode-new-9195455637be7ac68274c4e9a83003470efdb0c0.tar.gz
npm: Upgrade to 1.2.32
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r--deps/npm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile
index 82fa8b65e8..61251fbb28 100644
--- a/deps/npm/Makefile
+++ b/deps/npm/Makefile
@@ -102,9 +102,10 @@ test:
node cli.js test
publish: link doc
- @git push origin :v$(shell npm -v) || true
- @npm unpublish npm@$(shell npm -v) || true
- git clean -fd
+ @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 &&\
npm publish &&\
npm tag npm@$(shell npm -v) $(shell npm -v | awk -F. '{print $$1 "." $$2}') &&\