Skip to content

Commit 5a076d8

Browse files
committed
Fix make sync command
1 parent 2f5dc02 commit 5a076d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020

2121
.PHONY: sync
2222
sync:
23-
uv sync --all-extras --all-packages --group dev
23+
uv sync
2424

2525
.PHONY: build-docs
2626
build-docs:

0 commit comments

Comments
 (0)