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",