feat(scripts): add cache clearing operations

This commit is contained in:
2023-12-07 01:37:39 +02:00
parent e4f925e5b0
commit 71301a6436
4 changed files with 16 additions and 2 deletions

View File

@@ -37,3 +37,8 @@ done
msg_run "Upgrading all global packages"
npm -g --no-progress --no-timing --no-fund outdated
npm -g --no-timing --no-fund upgrade
msg_run "Cleaning up npm cache"
npm cache verify
npm cache clean --force
npm cache verify