aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8477f5a..367ef81 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ endif
node_modules: package.json package-lock.json
@echo "Installing JS dependencies..."
- npm install
+ npm install --loglevel=error
clean: buildclean
@echo "Cleaning PHP..."