Files
srjuggernaut-panda-preset/.husky/install.ts
SrJuggernaut 88be319334 chore: initial commit
I just realized i was using this without commiting it, so this is a very big commit
2025-08-31 19:43:26 -06:00

8 lines
160 B
TypeScript

if (process.env.NODE_ENV === 'production' || process.env.CI === 'true') {
process.exit(0)
}
import husky from 'husky'
console.log('husky install', husky())