Remove composer from clean script

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-19 16:35:42 +01:00
parent 1ba6c9ffdd
commit 7f5c54bd4a
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -23,9 +23,6 @@ paccache -rk 1 -c "/var/cache/pacman/pkg/"
print_section "Cleaning files in ${YELLOW}${XDG_DATA_HOME}/pkg/${RESET}"
paccache -rk 1 -c "${XDG_DATA_HOME}/pkg"
print_section "Clean composer cache"
composer clearcache
print_section "Clean npm cache"
npm cache clean --force