summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d194a12..537490b7 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,9 @@ docs-server: docs
webui: venv-dev
cd glances/outputs/static/ && npm install && npm audit fix && npm run build
+webui-force: venv-dev
+ cd glances/outputs/static/ && npm install && npm audit fix --force && npm run build
+
run: venv
./venv/bin/python -m glances -C ./conf/glances.conf