fix(Makefile): use bun.lock
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user