From 5479b75c9fa971332aadfede6b380267eebbd566 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Nov 2016 11:07:57 -0800 Subject: [build] Use npm install --ignore-scripts Should be faster than npm update. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b704a8406..b061f2a3f2 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif .NOTPARALLEL: node_modules node_modules: package.json - npm update # Install dependencies but don't run our own install script. + npm install --ignore-scripts # Install dependencies but don't run our own install script. BUILD_DEPS += .mason/mason BUILD_DEPS += Makefile -- cgit v1.2.1