diff --git a/justfile b/justfile index c373111..d9cefc1 100644 --- a/justfile +++ b/justfile @@ -7,5 +7,8 @@ run: build: @dotnet build pacserver.csproj -publish: +publish: format @dotnet publish --configuration Release pacserver.csproj + +format: + @dotnet format