clean yarn cache
This commit is contained in:
@@ -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
|
# 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
|
||||||
|
|
||||||
|
# Clean yarn cache
|
||||||
|
yarn cache clean
|
||||||
|
|
||||||
# Clean up temporary directories
|
# Clean up temporary directories
|
||||||
rm -rf ~/utils ~/image-generation
|
rm -rf ~/utils ~/image-generation
|
||||||
Reference in New Issue
Block a user