🔥 Remove husky.sh script from hooks

This commit is contained in:
Carlos Cuesta 2025-09-21 15:22:08 +02:00
parent a2ef0d1f44
commit 479eb0fcd3
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm exec lint-staged

View File

@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm turbo tscheck && pnpm turbo test