Skip to content

Commit fd9bcbf

Browse files
committed
🚚 chore: rename script dir to scripts
1 parent 1b51991 commit fd9bcbf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set positional-arguments
22

3-
VERSION := `uv run script/get-version.py src/yutto/__version__.py`
4-
BILIASS_VERSION := `uv run script/get-version.py packages/biliass/src/biliass/__version__.py`
3+
VERSION := `uv run scripts/get-version.py src/yutto/__version__.py`
4+
BILIASS_VERSION := `uv run scripts/get-version.py packages/biliass/src/biliass/__version__.py`
55
DOCKER_NAME := "siguremo/yutto"
66

77
run *ARGS:
File renamed without changes.

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)