Remove fastlane cached cookie (#6206)
This commit is contained in:
@@ -22,6 +22,9 @@ mv $HOME/image-generation/assets/* /usr/local/opt/$USER/scripts
|
|||||||
|
|
||||||
find /usr/local/opt/$USER/scripts -type f -name "*\.sh" -exec chmod +x {} \;
|
find /usr/local/opt/$USER/scripts -type f -name "*\.sh" -exec chmod +x {} \;
|
||||||
|
|
||||||
|
# Remove fastlane cached cookie
|
||||||
|
rm -rf ~/.fastlane
|
||||||
|
|
||||||
# Clean up npm cache which collected during image-generation
|
# Clean up npm cache which collected during image-generation
|
||||||
# we have to do that here because `npm install` is run in a few different places during image-generation
|
# we have to do that here because `npm install` is run in a few different places during image-generation
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|||||||
Reference in New Issue
Block a user