Skip to content

Commit 0995dea

Browse files
authored
chore: set uv_locked in justfile (#272)
Fixes #269
1 parent 6c54e4b commit 0995dea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

justfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
# Ref: https://just.systems/man/en/
33
# ------------------------------------------------------------------------------
44

5+
export UV_LOCKED := "true"
6+
57
_default:
68
@just --list --unsorted
79

810
sync:
9-
uv sync --locked
11+
uv sync
1012

1113
sync-docs:
12-
uv sync --locked --group=docs
14+
uv sync --group=docs
1315

1416
@project-version:
1517
uv run toml get --toml-path pyproject.toml project.version

0 commit comments

Comments
 (0)