diff --git a/Makefile b/Makefile index 6f1f136..d502b0f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ run-tests: .PHONY: fetch-deps # Fetch all project dependencies fetch-deps: - @echo "⚠️ 'fetch-deps' unimplemented" @npm install .PHONY: build # Build the project