We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e07392 commit 6e64912Copy full SHA for 6e64912
docs/Makefile
@@ -27,7 +27,7 @@ setupenv:
27
setup:
28
$(POETRY) install --all-extras
29
cd $(ROOT_DIR) && git submodule update --init
30
- $(POETRY) --directory docs run python $(ROOT_DIR)/generate/generate-python.py --output-dir=$(ROOT_DIR)/brping
+ $(POETRY) run python $(ROOT_DIR)/generate/generate-python.py --output-dir=$(ROOT_DIR)/brping
31
32
.PHONY: update
33
update:
0 commit comments