mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +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 AllUsersAllHosts profile
|
||||||
Remove-Item $profile.AllUsersAllHosts -Force
|
Remove-Item $profile.AllUsersAllHosts -Force
|
||||||
|
|
||||||
|
# Clean yarn and npm cache
|
||||||
|
yarn cache clean
|
||||||
|
npm cache clean --force
|
||||||
Reference in New Issue
Block a user