chore: skip husky install in production and CI

This commit is contained in:
2026-05-09 12:27:48 -06:00
parent 1813db1ffe
commit e092019cc4
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
"typescript": "^6.0.3"
},
"scripts": {
"prepare": "husky"
"prepare": "bun ./.husky/install.mts"
}
}