From 6c4e139810a579f834a62ffc758d0ab8e890ba67 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 14:59:06 +0100 Subject: [PATCH] chore: test husky post-commit in package.json --- README.md | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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. diff --git a/package.json b/package.json index 8971738..7af92c1 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,11 @@ "format": "prettier . --write", "prepare": "husky" }, + "husky": { + "hooks": { + "post-commit": "echo \"hey\"" + } + }, "devDependencies": { "@eslint/compat": "^2.0.2", "@eslint/js": "^10.0.1",