From cd4efae9a78544a061bd5e259ac729369f8c4d19 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Wed, 7 Apr 2021 21:49:13 +0530 Subject: [PATCH] Updated Makefile Signed-off-by: Adithya Krishna --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 79704c6df16e..32bb3f10fef8 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,3 @@ site: build: gatsby build && gatsby serve - -outdated: - npm outdated - -update: - npm update