Skip to content

Commit 3c04eff

Browse files
committed
docs: update command
1 parent 6f26306 commit 3c04eff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ setupenv:
2525
.PHONY: setup
2626
setup:
2727
$(POETRY) install
28+
29+
.PHONY: update
30+
update:
2831
$(POETRY) update
2932

3033
# Clean commands

0 commit comments

Comments
 (0)