From a1803b63b2141d931bddcd88a714659e5edad56d Mon Sep 17 00:00:00 2001 From: antondmtvch <antondmtvch@gmail.com> Date: Fri, 23 Jun 2023 12:30:16 +0300 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35d5d68..f075c63 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ lint: install-build-requirements generate: clean-proto install-build-requirements find $(PROTO_FILES_DIR) -name '*.proto' -exec python3 -m grpc_tools.protoc -I${PROTO_FILES_DIR} --python_out=$(OUTPUT_FILES_DIR) --grpc_python_out=$(OUTPUT_FILES_DIR) {} + + python fix_imports.py dist: clean generate python setup.py sdist @@ -62,4 +63,3 @@ release: dist install: clean generate install-requirements python setup.py install - python fix_imports.py -- GitLab