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