mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #3362 from gradido/fix_clear_yarn_cache
fix(other): clear also ~/.cache/yarn
This commit is contained in:
commit
a5d3de7b3a
@ -141,6 +141,8 @@ envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < $NGINX_CONFIG_DIR/$TEMPLATE
|
||||
|
||||
# Clean tmp folder - remove yarn files
|
||||
find /tmp -name "yarn--*" -exec rm -r {} \;
|
||||
# Clean user cache folder
|
||||
rm -Rf ~/.cache/yarn
|
||||
|
||||
# Remove node_modules folders
|
||||
# we had problems with corrupted node_modules folder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user