summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-11-15 11:07:57 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-11-15 14:01:30 -0800
commit5479b75c9fa971332aadfede6b380267eebbd566 (patch)
tree40217d03a51176c98c7927387b983787b48ebf17 /Makefile
parentd9862fa38c7555b7c2fb2801ff8a7bf287baf155 (diff)
downloadqtlocation-mapboxgl-5479b75c9fa971332aadfede6b380267eebbd566.tar.gz
[build] Use npm install --ignore-scripts
Should be faster than npm update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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