From ff584aae956b86a95188b4687077f0ecd62b4f3d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 14:52:46 +0100 Subject: [PATCH] chore: update git hooks --- .husky/post-commit | 2 ++ .husky/pre-commit | 0 README.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 .husky/post-commit mode change 100644 => 100755 .husky/pre-commit diff --git a/.husky/post-commit b/.husky/post-commit new file mode 100755 index 0000000..372abef --- /dev/null +++ b/.husky/post-commit @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +git log -1 HEAD diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 diff --git a/README.md b/README.md index 78ce98c..81cdf18 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-## Why? +## Why I often wonder what it would look like to build sites & apps knowing just the basics.