mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-05-04 11:00:44 +08:00
Polish the Makefile comment (#644)
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,7 +7,7 @@ help: ## Show this help message
|
|||||||
@echo ""
|
@echo ""
|
||||||
@echo "Usage: make <target>"
|
@echo "Usage: make <target>"
|
||||||
|
|
||||||
install-dev: ## Install development dependencies
|
install-dev: ## Install development dependencies which could be optional for normal usage
|
||||||
uv pip install -e ".[dev]" && uv pip install -e ".[test]"
|
uv pip install -e ".[dev]" && uv pip install -e ".[test]"
|
||||||
|
|
||||||
format: ## Format code using ruff
|
format: ## Format code using ruff
|
||||||
@@ -26,7 +26,7 @@ lint-frontend: ## Lint frontend code, run tests, and check build
|
|||||||
serve: ## Start development server with reload
|
serve: ## Start development server with reload
|
||||||
uv run server.py --reload
|
uv run server.py --reload
|
||||||
|
|
||||||
test: ## Run tests with pytest
|
test: ## Run tests with pytest, need to run after 'make install-dev' for first time
|
||||||
uv run pytest tests/
|
uv run pytest tests/
|
||||||
|
|
||||||
langgraph-dev: ## Start langgraph development server
|
langgraph-dev: ## Start langgraph development server
|
||||||
|
|||||||
Reference in New Issue
Block a user