Skip to content

Commit

Permalink
makefile install-all
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa committed Aug 1, 2023
1 parent 9248a35 commit e4c2449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ install-deps:
install-dev-deps:
$(PIP) install .[dev]

install-all:
$(PIP) install .[dev,packaging]

define BUILD
find . -name "*.pyi" -delete && rm -rf build dist && \
echo version = \"$(version)\" > $1/__version__.py && \
Expand Down

0 comments on commit e4c2449

Please sign in to comment.