feat: add automatic yarn cache cleanup with a config option

This commit is contained in:
Roni Väyrynen
2023-05-16 13:10:01 +03:00
parent ce1cd412ad
commit 588d4f3689
2 changed files with 14 additions and 0 deletions

View File

@@ -58,6 +58,11 @@ PLUGINS="all"
# options: true/false
AUTOUPDATE="true"
# yarn cache can consume a lot of disk space over time. Setting this to true will clear cache after update.
# this can have a negative impact on how long update will take with slower internet connections
# options: true/false
#YARN_CACHE_CLEANUP="false"
# enable/disable OS check. Installation refuses to run on any other than supported OS versions if this is enabled. Can be disabled for experimental purposes.
# options: true/false
OS_CHECK="true"