summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c0c495335f..0da2dc159e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,12 +47,7 @@ endif
.PHONY: default
default: test
-.NOTPARALLEL: node_modules
-node_modules: package.json
- npm install --ignore-scripts # Install dependencies but don't run our own install script.
-
BUILD_DEPS += Makefile
-BUILD_DEPS += node_modules
BUILD_DEPS += CMakeLists.txt
#### macOS targets ##############################################################