From 08d3df2cd3515878309906c2791d1b934425d78f Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:16:38 +0100 Subject: feat(plugins): add support for packer snapshots (#2351) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6815b2ab..1f6844c5 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ uninstall: @echo starting LunarVim uninstaller bash ./utils/installer/uninstall.sh -generate_plugins_sha: - @echo generating core-plugins latest SHA list - lvim --headless -c 'lua require("lvim.utils.git").generate_plugins_sha("latest-sha.lua")' -c 'qall' +generate_new_lockfile: + @echo generating core-plugins latest lockfile + bash ./utils/ci/generate_new_lockfile.sh lint: lint-lua lint-sh -- cgit v1.2.3