7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
echo "Running pre-commit hook..."
|
|
git status
|
|
pnpm lint-staged
|