diff --git a/justfile b/justfile index 8fcec7b63..64ee96ac6 100644 --- a/justfile +++ b/justfile @@ -10,11 +10,14 @@ alias l := lint install-tools: cargo install cargo-binstall cargo binstall cargo-insta taplo-cli + cargo binstall --git "https://github.com/astral-sh/uv" uv + # Upgrades the tools needed to develop upgrade-tools: cargo install cargo-binstall --force cargo binstall cargo-insta taplo-cli --force + cargo binstall --git "https://github.com/astral-sh/uv" uv --force # Generates code generated files for the linter gen-lint: @@ -65,6 +68,10 @@ lint-fix: cargo clippy --fix cargo run -p rules_check +serve-docs: + uv sync + uv run mkdocs serve + # When you finished coding, run this command. Note that you should have already committed your changes. ready: git diff --exit-code --quiet diff --git a/root-file.txt b/root-file.txt deleted file mode 100644 index e69de29bb..000000000