diff --git a/Makefile b/Makefile index 6c17575f0a..5f69bdc0b8 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ test: install: @echo "Installing all dependencies" uv sync --all-groups + npm install -g mint@latest clean: @echo "Cleaning build artifacts..."