We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c983f2e commit c24a510Copy full SHA for c24a510
Makefile
@@ -27,6 +27,7 @@ integration_tests:
27
install:
28
poetry install --with quality,tests
29
poetry run pre-commit install
30
+ $(MAKE) generate-client
31
32
format:
33
poetry run pre-commit run --all-files
@@ -53,6 +54,4 @@ help:
53
54
@echo 'test_watch - run unit tests in watch mode'
55
@echo 'extended_tests - run extended tests'
56
@echo 'integration_tests - run integration tests'
-
57
-generate-client:
58
- python scripts/generate_api_client.py
+ @echo 'generate-client - generate the OpenAPI client'
0 commit comments