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