From ca28f5fbe6b9fcbd0d8d149a61ece3492cbd0362 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Wed, 7 Dec 2016 08:15:30 +0100 Subject: [PATCH] fix npm install command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29a7c1075a..107240d6a7 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ $(eval $(call npm_script_targets)) # These npm run scripts are available, without needing to be mentioned in `package.json` install: - npm run install + npm install