6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# If not using pnpm, switch to your package manager
|
|
pnpm exec lint-staged
|