7 lines
77 B
Bash
7 lines
77 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint
|
|
yarn deadcode
|
|
yarn spell
|