aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-11-04 18:06:22 +0100
committern-peugnet <n.peugnet@free.fr>2019-11-04 18:08:09 +0100
commit95566ce344bb01ed7541420154e36384cf571104 (patch)
treecfa9f3981bcee34a9a6d08dca4049c1cdcf269d9 /Makefile
parent0cf9d2cbe9d407884499ef42d2211485d499f627 (diff)
downloadwcms-95566ce344bb01ed7541420154e36384cf571104.tar.gz
wcms-95566ce344bb01ed7541420154e36384cf571104.zip
fix: npm install warnings
- fix repository and licence fields - hide remaining warnings
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..."