🔧 chore(Makefile): add 'make install_backend' command to the 'lint' target to ensure backend dependencies are installed before running checks
This commit is contained in:
parent
f6ab266294
commit
976bbe509d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ format:
|
|||
cd src/frontend && npm run format
|
||||
|
||||
lint:
|
||||
make install_backend
|
||||
poetry run mypy src/backend/langflow
|
||||
poetry run black . --check
|
||||
poetry run ruff . --fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue