fix(clean): update lockfile on clean (#88)

This commit is contained in:
EdenEast 2022-12-22 02:09:28 -05:00 committed by GitHub
parent 63418e8932
commit dd9648f8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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()