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