Skip to content

Commit

Permalink
fix(clean): update lockfile on clean (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 22, 2022
1 parent 63418e8 commit dd9648f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/lazy/manage/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ function M.clean(opts)
return M.run({
pipeline = { "fs.clean" },
plugins = Config.to_clean,
}, opts)
}, opts):wait(function()
require("lazy.manage.lock").update()
end)
end

function M.clear()
Expand Down

0 comments on commit dd9648f

Please sign in to comment.