From 761b4b376a23cb1290644bcef0c690f135a2dc19 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Jun 2016 22:22:03 +0100 Subject: [PATCH] Remove nvm source from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fbb7a15..0fd26cd 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,6 @@ env: $(ENV)/pip install -r requirements.txt node_modules: env - @source ~/.nvm/nvm.sh && nvm install npm install