Merge pull request #1911 from dibir-magomedsaygitov/v-dimago/win-clear-cache-yarn-npm

[Windows] Clean yarn and npm cache
This commit is contained in:
Maxim Lobanov
2020-10-29 10:24:15 +03:00
committed by GitHub

View File

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