ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.14k stars 190 forks source link

feat: add automatic yarn cache cleanup with a config option #184

Closed ronivay closed 1 year ago

ronivay commented 1 year ago

Add config option YARN_CACHE_CLEANUP. When set to true, will run yarn cache clean at the end of an update. Defaults to false.

Resolves #182