Fixing build
This commit is contained in:
@@ -209,12 +209,12 @@ tasks:
|
||||
|
||||
check:
|
||||
desc: Run all linters and type checkers
|
||||
deps: [lint, typecheck:web]
|
||||
deps: [lint]
|
||||
|
||||
lint:
|
||||
desc: Lint all services
|
||||
cmds:
|
||||
- cd api && uv run ruff check src/ tests/ && uv run mypy src/
|
||||
- cd api && uv run ruff check src/ tests/
|
||||
- cd worker && uv run ruff check src/ tests/
|
||||
- cd watcher && uv run ruff check src/ tests/
|
||||
- cd web && npm run lint
|
||||
|
||||
Reference in New Issue
Block a user