Skip to content

Commit

Permalink
chore(dev): adjusting make install (scanapi#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
taconi authored Oct 14, 2024
1 parent 9276d96 commit 84a4587
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 @@ -33,7 +33,7 @@ format:
.PHONY: install
install:
@poetry install
@pre-commit install -f -t pre-commit --hook-type commit-msg
@poetry run pre-commit install -f -t pre-commit --hook-type commit-msg

.PHONY: sh
sh:
Expand Down

0 comments on commit 84a4587

Please sign in to comment.