From 5f9a96e4d31b7eccbf3c734670b8266a4a16d6a5 Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Mon, 29 Jun 2026 13:46:58 +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 @@ + + + + + + +