7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn run lint-staged
|
|
|
|
./scripts/lint/check-file-size.sh
|