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>2010-05-20 05:02:22 +0400
committerisaacs <i@izs.me>2010-05-20 05:02:22 +0400
commit3d290ff4e21f30e33d93ebcbe3c881194f9d4774 (patch)
tree1bbdd98abdb202bec6898752ea0337a3f15d25dc /Makefile
parentd9e9c14c326c603329f4872eecda039301cfbfb1 (diff)
Remove the cache when uninstalling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7659ff176..12bb12d68 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ link:
./cli.js --auto-activate always link .
uninstall:
+ ./cli.js cache clean
./cli.js rm npm
man: