diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-12 11:28:45 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-12 11:31:55 +0300 |
commit | 62d355ab15e292462db6453578e07f06b0eafd6b (patch) | |
tree | e5da4c295a3a6f1140dde770e238aa504474591d | |
parent | 0dee9f81f34ee3487af6036d8ce961dcaa35a0b8 (diff) | |
download | qtlocation-mapboxgl-62d355ab15e292462db6453578e07f06b0eafd6b.tar.gz |
[build] Make node_modules non-parallel
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |