summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-03-24 16:16:38 +0100
committerGitHub <[email protected]>2022-03-24 16:16:38 +0100
commit08d3df2cd3515878309906c2791d1b934425d78f (patch)
tree1fa487649e33329add38c5c3a8abb12acdfd41d2 /Makefile
parent1ea836e3601b7ed0ed0496888dc14683bfbcce75 (diff)
feat(plugins): add support for packer snapshots (#2351)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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