Skip to content

Commit

Permalink
makefile: call cache clean with --force
Browse files Browse the repository at this point in the history
PR-URL: npm/npm#20398
Credit: @kapouer
Reviewed-By: @iarna
  • Loading branch information
kapouer authored and iarna committed May 4, 2018
1 parent 2ac8edd commit be51b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -67,7 +67,7 @@ link: uninstall

clean: markedclean marked-manclean doc-clean
rm -rf npmrc
node bin/npm-cli.js cache clean
node bin/npm-cli.js cache clean --force

uninstall:
node bin/npm-cli.js rm npm -g -f
Expand Down

0 comments on commit be51b38

Please sign in to comment.