summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-07-29 13:17:03 +0200
committernicolargo <nicolas@nicolargo.com>2022-07-29 13:17:03 +0200
commit4634caf3a1ba0130b000c6dd2fefcd60fb221a0b (patch)
treed66399b5a3ca315997f0f04c4bbe372bfb7854a2 /Makefile
parent5ce964bac3a618229f593ad587cb704f783a470f (diff)
Add WebUI audit to the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78fb38da..a564c6e1 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,9 @@ docs-server: docs ## Start a Web server to serve the documentation
webui: venv-dev ## Build the Web UI
cd glances/outputs/static/ && npm ci && npm run build
+webui-audit: venv-dev ## Audit the Web UI
+ cd glances/outputs/static/ && npm audit
+
run: ## Start Glances in console mode (also called standalone)
./venv/bin/python -m glances -C ./conf/glances.conf