Skip to content

Commit

Permalink
feat: add support to install as dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed Jun 29, 2021
1 parent a03aad3 commit 2449fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ publish:
@poetry publish --build
@make clean

dev-install:
@pip uninstall -y sanic_rest
@\rm -rv dist/; poetry build --format sdist && tar -xvf dist/*.tar.gz -O '*/setup.py' > setup.py && python setup.py develop


.PHONY: setup dependencies update test check lint clean publish

0 comments on commit 2449fe1

Please sign in to comment.