7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn audit
|
|
yarn format
|
|
yarn lint
|
|
yarn typecheck |