5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# Check whatever is staged for issues
|
|
yarn lint-staged
|