Skip to content

Commit

Permalink
docs: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and karol-kokoszka committed Oct 7, 2024
1 parent aa9309d commit ddd3cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install
$(POETRY) update
./_utils/pre-build.sh

update:
$(POETRY) update

# Clean commands
.PHONY: pristine
pristine: clean
Expand Down

0 comments on commit ddd3cbf

Please sign in to comment.