We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffa571 commit bb40a3fCopy full SHA for bb40a3f
misc/core.func
@@ -392,8 +392,6 @@ cleanup_lxc() {
392
393
# Python pip
394
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
395
- # Python uv
396
- if command -v uv &>/dev/null; then $STD uv cache clean || true; fi
397
# Node.js npm
398
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
399
# Node.js yarn
0 commit comments