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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e548fdb56..b0b85216d 100644
--- a/Makefile
+++ b/Makefile
@@ -189,10 +189,10 @@ doc-publish: doc
done
rsync -vazu --stats --no-implied-dirs --delete \
html/doc/* \
- node@npmjs.org:/home/node/npm-www/doc
+ ../npm-www/doc
rsync -vazu --stats --no-implied-dirs --delete \
html/static/style.css \
- node@npmjs.org:/home/node/npm-www/static/
+ ../npm-www/static/
#cleanup
rm -rf html/api
for f in html/doc/*.html; do \