mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
Add WebUI audit to the Makefile
This commit is contained in:
parent
5ce964bac3
commit
4634caf3a1
3
Makefile
3
Makefile
@ -53,6 +53,9 @@ docs-server: docs ## Start a Web server to serve the documentation
|
|||||||
webui: venv-dev ## Build the Web UI
|
webui: venv-dev ## Build the Web UI
|
||||||
cd glances/outputs/static/ && npm ci && npm run build
|
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)
|
run: ## Start Glances in console mode (also called standalone)
|
||||||
./venv/bin/python -m glances -C ./conf/glances.conf
|
./venv/bin/python -m glances -C ./conf/glances.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user