From ee2ca3f0423b0949c291a6a115e8ea04702667fc Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Mon, 29 Jun 2026 13:47:08 +1200 Subject: [PATCH] build: auto-install Husky.NET git hooks on build (Directory.Build.targets) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes the pre-push guard hands-off — the hook installs on local build (skipped in CI, never fails the build). Pairs with the .husky/ committed earlier. Co-Authored-By: Claude Opus 4.8 (1M context) --- Directory.Build.targets | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Directory.Build.targets diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..2fbe754 --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,9 @@ + + + + + + +