summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFloran Brutel <fbrutel@wizi.farm>2021-11-11 10:46:29 +0100
committerFloran Brutel <fbrutel@wizi.farm>2021-11-11 10:46:29 +0100
commitf0470761e4c4ce9f0e639432bbeefcf3f45fe745 (patch)
treefdc05265dcba9b47e10d24b0b7d897d4d20def8c /Makefile
parentd3560d403db1d8133d87f569d3fa3299f5db4a31 (diff)
Use npm ci instead of npm install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d194a12..16498bed 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ docs-server: docs
cd docs/_build/html/ && ./venv/bin/python -m SimpleHTTPServer $(PORT)
webui: venv-dev
- cd glances/outputs/static/ && npm install && npm audit fix && npm run build
+ cd glances/outputs/static/ && npm ci && npm run build
run: venv
./venv/bin/python -m glances -C ./conf/glances.conf