diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 11:07:57 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 14:01:30 -0800 |
commit | 5479b75c9fa971332aadfede6b380267eebbd566 (patch) | |
tree | 40217d03a51176c98c7927387b983787b48ebf17 | |
parent | d9862fa38c7555b7c2fb2801ff8a7bf287baf155 (diff) | |
download | qtlocation-mapboxgl-5479b75c9fa971332aadfede6b380267eebbd566.tar.gz |
[build] Use npm install --ignore-scripts
Should be faster than npm update.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |