Skip to content

Commit c501933

Browse files
authored
Merge pull request #1106 from sanders41/just
Add uv lock to justfile
2 parents 74fa8b4 + 520e743 commit c501933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
@install:
8484
uv sync --frozen --all-extras
8585

86+
@lock:
87+
uv lock
88+
8689
@benchmark: start-meilisearch-detached && stop-meilisearch
8790
-uv run benchmark/run_benchmark.py

0 commit comments

Comments
 (0)