From 7a9585ad6b7f9971d3b85e0ce0154e691ce5967a Mon Sep 17 00:00:00 2001 From: Thomas Wessel Date: Tue, 28 Jan 2025 21:47:48 -0800 Subject: [PATCH 1/2] Correctly install husky on the project --- Funk Engine.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Funk Engine.csproj b/Funk Engine.csproj index 5b09327a..7051324c 100644 --- a/Funk Engine.csproj +++ b/Funk Engine.csproj @@ -1,4 +1,4 @@ - + net6.0 net7.0 @@ -6,4 +6,8 @@ true FunkEngine + + + + \ No newline at end of file From 3733c9b224b18dc1e6c8d59aa9801f2721e55455 Mon Sep 17 00:00:00 2001 From: LifeHckr Date: Tue, 28 Jan 2025 22:09:35 -0800 Subject: [PATCH 2/2] Update pre-commit *Works on my machine now!* --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 6fa46437..181d89ce 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,7 +5,7 @@ ## Note : for local installation use 'dotnet' prefix. e.g. 'dotnet husky' ## run all tasks -husky run +dotnet husky run ### run all tasks with group: 'group-name' #husky run --group group-name