chore(repo): make sure the prepare script doesn't fail when devDependencies aren't installed
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-12 15:32:11 -06:00
parent e590637919
commit 2de4d92422
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

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