chore(repo): fix husky

This commit is contained in:
cswimr 2025-02-12 23:58:36 -06:00
parent 2de4d92422
commit fe7916d505
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"docs": "typedoc --options typedoc.jsonc", "docs": "typedoc --options typedoc.jsonc",
"format": "bun prettier --write '**/*.{ts,json,md}'", "format": "bun prettier --write '**/*.{ts,json,md}'",
"prepare": "husky || true" "prepare": "bunx husky || true"
}, },
"devDependencies": { "devDependencies": {
"@getmeli/cli": "1.2.0", "@getmeli/cli": "1.2.0",