From 0ff3267501c61f79902bc440d64ae85fe586d99e Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 20 Dec 2025 16:30:15 +0100 Subject: [PATCH] fix(Makefile): use bun.lock --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73e296d..16c949e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ help: ## show this message print-%: @echo -e '\033[32m$*\033[0m = $($*)' -node_modules: package-lock.json +node_modules: bun.lock @$(BUN) install build: node_modules ## build static site in "dist"