Skip to content

Commit

Permalink
update check.lock target
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 30, 2024
1 parent 571662c commit c6e6651
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 @@ -10,7 +10,7 @@ help: Makefile

.PHONY: check.lock
check.lock:
@$(POETRY) lock --check
@$(POETRY) check --lock

## build : Build the package.
.PHONY: build
Expand Down

0 comments on commit c6e6651

Please sign in to comment.