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>2012-02-25 06:48:39 +0400
committerisaacs <i@izs.me>2012-02-25 06:48:39 +0400
commit881f4f2602e9a606170cc4182f1181bbf56525c8 (patch)
treee991733295dd3ccf34872c9cb1d3ba61fd03fb4e /Makefile
parenteea49ce4cf56d59499bb6e15aedd9fecb102387a (diff)
Upload tarball as well as zips
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 415a1b3d6..19efd815c 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ doc-publish: doc
rsync -vazu --stats --no-implied-dirs --delete html/api/ npmjs.org:/var/www/npmjs.org/public/api
zip-publish: release
- scp release/*.zip npmjs.org:/var/www/npmjs.org/public/dist/
+ scp release/* npmjs.org:/var/www/npmjs.org/public/dist/
release:
@bash scripts/release.sh