fix(clean): update lockfile on clean

This commit is contained in:
EdenEast 2022-12-22 01:14:13 -05:00
commit 3ea42cad7d
No known key found for this signature in database
GPG key ID: 477909CC176DB692

View file

@ -153,7 +153,9 @@ function M.clean(opts)
return M.run({ return M.run({
pipeline = { "fs.clean" }, pipeline = { "fs.clean" },
plugins = Config.to_clean, plugins = Config.to_clean,
}, opts) }, opts):wait(function()
require("lazy.manage.lock").update()
end)
end end
function M.clear() function M.clear()