5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
cd js
|
||
|
yarn run lint-staged
|