summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 11:28:45 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 11:31:55 +0300
commit62d355ab15e292462db6453578e07f06b0eafd6b (patch)
treee5da4c295a3a6f1140dde770e238aa504474591d /Makefile
parent0dee9f81f34ee3487af6036d8ce961dcaa35a0b8 (diff)
downloadqtlocation-mapboxgl-62d355ab15e292462db6453578e07f06b0eafd6b.tar.gz
[build] Make node_modules non-parallel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b743b6711..e31aff2005 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ else
.mason/mason: ;
endif
+.NOTPARALLEL: node_modules
node_modules: package.json
npm update # Install dependencies but don't run our own install script.