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 6f378e65..3f3524bc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,7 @@ docs-server: docs
(sleep 2 && sensible-browser "http://localhost:$(PORT)") &
cd docs/_build/html/ && python -m SimpleHTTPServer $(PORT)
+webui:
+ cd glances/outputs/static/ && npm install && npm audit fix && npm run build
+
.PHONY: test docs docs-server