summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-11-11 18:02:36 +0100
committernicolargo <nicolas@nicolargo.com>2021-11-11 18:02:36 +0100
commit48e35fa98e8f15dd3498e19de151735a1ee274f0 (patch)
treeed22a5b33d04febe20c3270676bc2c6fd5aac58f /Makefile
parent9af001c500ae7efd19a86219908a48c19768df26 (diff)
parentf0470761e4c4ce9f0e639432bbeefcf3f45fe745 (diff)
Merge branch 'webpack-upgrade' into develop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f4941bb..60790658 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ docs-server: docs
cd docs/_build/html/ && ../../../venv/bin/python -m http.server $(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