chore: test post-commit hook

This commit is contained in:
Ayo Ayco 2026-02-22 15:00:30 +01:00
parent 6c4e139810
commit c6e449b26e
2 changed files with 1 additions and 6 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,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",