diff --git a/justfile b/justfile index 6e1bdf240..6d367136f 100644 --- a/justfile +++ b/justfile @@ -15,8 +15,8 @@ install-tools: # Restore dependencies restore: @cd {{solution-root}} && dotnet restore - @cd {{solution-root / "src" / "TeachingRecordSystem.SupportUi" }} && dotnet libman restore - @cd {{solution-root / "src" / "TeachingRecordSystem.AuthorizeAccess" }} && dotnet libman restore + @cd {{solution-root / "src" / "TeachingRecordSystem.SupportUi" }} && dotnet libman restore --verbosity quiet + @cd {{solution-root / "src" / "TeachingRecordSystem.AuthorizeAccess" }} && dotnet libman restore --verbosity quiet # Run the trscli cli *ARGS: