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-10-08 02:01:40 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-10-08 04:42:04 +0400
commita8da8d6e0cd56d97728c0b76b51604ee06ef6264 (patch)
tree70da6c4c5b492246764453be5a6d6a8c7e97e77b /Makefile
parent9e4d632c0142ba55df07d624667738b8727336fc (diff)
write builtin config on any global npm install
This is literally how it's always *supposed* to have been working. Yet, mysteriously, it has not been.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b219bbacc..34d4b62de 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ latest:
@echo "in this folder that you're looking at right now."
node cli.js install -g -f npm
-install: docclean all
+install: all
node cli.js install -g -f
# backwards compat