Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
z0z0r4 authored Jan 23, 2025
1 parent e1e4dbe commit 412e160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set positional-arguments
VERSION := `uv run scripts/get_version.py modrinth_api_wrapper/__init__.py`

test:
uv run --with pytest python -m pytest .\tests
uv run --with pytest python -m pytest tests
just clean

build:
Expand Down

0 comments on commit 412e160

Please sign in to comment.