Skip to content

Commit c24a510

Browse files
committed
update makefile
1 parent c983f2e commit c24a510

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ integration_tests:
2727
install:
2828
poetry install --with quality,tests
2929
poetry run pre-commit install
30+
$(MAKE) generate-client
3031

3132
format:
3233
poetry run pre-commit run --all-files
@@ -53,6 +54,4 @@ help:
5354
@echo 'test_watch - run unit tests in watch mode'
5455
@echo 'extended_tests - run extended tests'
5556
@echo 'integration_tests - run integration tests'
56-
57-
generate-client:
58-
python scripts/generate_api_client.py
57+
@echo 'generate-client - generate the OpenAPI client'

0 commit comments

Comments
 (0)