From 754c61d36a862b528491a6b7831dba0318f197e1 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 7 May 2020 15:32:07 +0100 Subject: [PATCH] Remove comment --- Makefile | 1 - 1 file changed, 1 deletion(-) 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