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-09-10 20:11:21 +0400
committerisaacs <i@izs.me>2012-09-10 20:11:21 +0400
commitf52057354000841aa7584ac6c37018629676481e (patch)
tree9f828d6d61167c5463d4e2cbacbfd1684019eed2 /Makefile
parentfa40ba84d5d4ff9ca1f346819bc4e296bf854300 (diff)
make: Fix 'publish' static file uploads
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a856e9fa..6ee80d57b 100644
--- a/Makefile
+++ b/Makefile
@@ -120,10 +120,10 @@ doc-publish: doc
html/api/ \
node@npmjs.org:/home/node/npm-www/api
rsync -vazu --stats --no-implied-dirs --delete \
- html/webfonts/ \
+ html/static/webfonts/ \
node@npmjs.org:/home/node/npm-www/static/webfonts
rsync -vazu --stats --no-implied-dirs --delete \
- html/style.css \
+ html/static/style.css \
node@npmjs.org:/home/node/npm-www/static/
zip-publish: release