Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Jul 2, 2024
1 parent aff9de4 commit aea9b88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ install:
poetry install --with dev,test
poetry run pre-commit install

.PHONY: install.docs
install.docs:
pip install -e ../jinjax-ui/
pip install -e ../claydocs/

.PHONY: docs
docs:
cd docs && python docs.py
Expand Down

0 comments on commit aea9b88

Please sign in to comment.