This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilbetter.js/.husky/pre-commit
Gustavo "Guz" L. de Mello 53d7c3b408 chore: 🔧 make hooks executable
2024-01-18 00:45:38 -03:00

7 lines
107 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm dlx commitlint --edit ${1}
pnpm dlx lint-staged