From 4634caf3a1ba0130b000c6dd2fefcd60fb221a0b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 29 Jul 2022 13:17:03 +0200 Subject: [PATCH] Add WebUI audit to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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