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-05-24 01:34:02 +0400
committerisaacs <i@izs.me>2014-05-24 01:34:02 +0400
commitcd7f45ad54a3d47898a0059fecc7fede922c9f71 (patch)
tree13e373df9b5a5ba620ae5fa460549fbfdd152351 /Makefile
parent9f003067909440390198c0b8f92560d84da37762 (diff)
Makefile: Don't publish zips to nodejs.org automatically
Required so that non-node-core committers can push new npm versions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 870965b52..c06734958 100644
--- a/Makefile
+++ b/Makefile
@@ -169,8 +169,7 @@ publish: link doc
git push origin &&\
git push origin --tags &&\
npm publish &&\
- make doc-publish &&\
- make zip-publish
+ make doc-publish
docpublish: doc-publish
doc-publish: doc
@@ -202,13 +201,10 @@ doc-publish: doc
esac; \
done
-zip-publish: release
- scp release/* node@nodejs.org:dist/npm/
-
release:
@bash scripts/release.sh
sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
-.PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release zip-publish
+.PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release