feat: add automatic yarn cache cleanup with a config option
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user