Add WebUI audit to the Makefile

This commit is contained in:
nicolargo 2022-07-29 13:17:03 +02:00
parent 5ce964bac3
commit 4634caf3a1

View File

@ -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