Skip to content

Commit

Permalink
chore: add --all-packages to uv sync calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 21, 2024
1 parent 6d8852b commit 272aaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ dev: install-dev

# setup development environment
install-dev:
uv sync --dev
uv sync --all-packages --dev

# setup production environment
install:
uv sync --no-dev
uv sync --all-packages --no-dev

lock: uv.lock

Expand Down

0 comments on commit 272aaf5

Please sign in to comment.