提交 b8dade99 编写于 作者: N nicolargo

Add webui in Makefile

上级 122c92be
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册