chore: test husky post-commit in package.json

This commit is contained in:
Ayo Ayco 2026-02-22 14:59:06 +01:00
parent f72dff3551
commit 6c4e139810
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@
<a href="https://mcfly.js.org/demo" target="_blank"><img src="https://img.shields.io/badge/see-the_demo_↗-blue?style=flat&colorB=28CF8D" /></a>
</p>
## Why?
## Why
I often wonder what it would look like to build sites & apps knowing just the basics.

View file

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