[macOS 13] cleanup yarn cache (#8240)

This commit is contained in:
Mikhail Koliada
2023-09-06 13:45:11 +02:00
committed by GitHub
parent bd1f57a2d3
commit 63a3a7646f

View File

@@ -28,9 +28,8 @@ rm -rf ~/.fastlane
npm cache clean --force
# Clean yarn cache
if ! is_Ventura; then
yarn cache clean
fi
yarn cache clean
# Clean up temporary directories
sudo rm -rf ~/utils /tmp/*