fix(Makefile): use bun.lock

This commit is contained in:
2025-12-20 16:30:15 +01:00
parent 2c8d83a18f
commit 0ff3267501
+1 -1
View File
@@ -14,7 +14,7 @@ help: ## show this message
print-%: print-%:
@echo -e '\033[32m$*\033[0m = $($*)' @echo -e '\033[32m$*\033[0m = $($*)'
node_modules: package-lock.json node_modules: bun.lock
@$(BUN) install @$(BUN) install
build: node_modules ## build static site in "dist" build: node_modules ## build static site in "dist"