Closed as not planned
Description
When running bin/licensed cache
, it is not cleaning up stale license files. For example, we recently updated @rails/webpacker
to a newer version that not longer relies on node-sass
. After doing so and observing that node-sass
is no longer inside of our yarn.lock
file, running the cache
command does not delete the node-sass
license file.
We do have multiple apps configured in our .licensed.yml
file as we have a monorepo, could it be that?