summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.