clean yarn cache

This commit is contained in:
Dibir Magomedsaygitov
2020-10-27 17:54:16 +03:00
parent b6e1216543
commit 6a7cc6229f

View File

@@ -20,5 +20,8 @@ cp $HOME/image-generation/output/software-report/systeminfo.txt $HOME/image-gene
# we have to do that here because `npm install` is run in a few different places during image-generation
npm cache clean --force
# Clean yarn cache
yarn cache clean
# Clean up temporary directories
rm -rf ~/utils ~/image-generation
rm -rf ~/utils ~/image-generation