Skip to content

Commit

Permalink
fix: update Makefile (#3880)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhtruong authored Nov 28, 2024
1 parent 7bf0a51 commit db2e4ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ upgrade: ## Upgrade all dependencies to the latest stable versio
# =============================================================================

.PHONY: install
install: uv sync
install:
@uv sync

.PHONY: clean
clean: ## Cleanup temporary build artifacts
Expand All @@ -51,7 +52,7 @@ destroy: ## Destroy the virtual environment

.PHONY: lock
lock: ## Rebuild lockfiles from scratch, updating all dependencies
uv lock
@uv lock

# =============================================================================
# Tests, Linting, Coverage
Expand Down

0 comments on commit db2e4ac

Please sign in to comment.