Add make install target wrapping yarn install. The Makefile is the authoritative interface for all repo operations.
@@ -1,4 +1,7 @@
.PHONY: test lint fmt fmt-check check docker hooks build clean dev
.PHONY: install test lint fmt fmt-check check docker hooks build clean dev
install:
@yarn install
test:
@echo "Running tests..."
The note is not visible to the blocked user.