chore: update husky and commitlint

This commit is contained in:
2026-04-01 14:14:35 -06:00
parent 4be0de62fc
commit 221034133d
5 changed files with 18 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
// Skip Husky install in production and CI
if (process.env.NODE_ENV === 'production' || process.env.CI === 'true') {
process.exit(0)
}
const husky = (await import('husky')).default
console.log(husky())