Skip to content

Commit db2e4ac

Browse files
authored
fix: update Makefile (litestar-org#3880)
1 parent 7bf0a51 commit db2e4ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ upgrade: ## Upgrade all dependencies to the latest stable versio
2828
# =============================================================================
2929

3030
.PHONY: install
31-
install: uv sync
31+
install:
32+
@uv sync
3233

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

5253
.PHONY: lock
5354
lock: ## Rebuild lockfiles from scratch, updating all dependencies
54-
uv lock
55+
@uv lock
5556

5657
# =============================================================================
5758
# Tests, Linting, Coverage

0 commit comments

Comments
 (0)