Skip to content

Commit

Permalink
Merge pull request #157 from kiancross/fix-makefile
Browse files Browse the repository at this point in the history
Fix incorrect install target in Makefile
  • Loading branch information
tmbo committed Aug 23, 2021
2 parents 6411130 + ea72a68 commit 090b97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clean:
rm -rf dist/

install:
poetry install
poetry install --extras "docs"

formatter:
poetry run black .
Expand Down

0 comments on commit 090b97c

Please sign in to comment.