Skip to content

Commit 961ec7a

Browse files
committed
chore: add install make target
1 parent 31a726f commit 961ec7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
default: test-all
44

5+
install: uv-sync
6+
57
uv-sync:
68
@uv sync --all-packages 2> /dev/null
79

0 commit comments

Comments
 (0)