mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
clean yarn and npm cache
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user