From 10ba654b09fe5b1c6796996f119950bb71a9305e Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Sat, 3 Jun 2023 14:55:11 +0200 Subject: [PATCH] Add dotnet format to justfile --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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