clean yarn and npm cache

This commit is contained in:
Dibir Magomedsaygitov
2020-10-27 17:14:56 +03:00
parent 16ff1bc8a8
commit dd325a465c

View File

@@ -30,3 +30,7 @@ New-Item -Path $winInstallDir -ItemType Directory -Force
# Remove AllUsersAllHosts profile # Remove AllUsersAllHosts profile
Remove-Item $profile.AllUsersAllHosts -Force Remove-Item $profile.AllUsersAllHosts -Force
# Clean yarn and npm cache
yarn cache clean
npm cache clean --force