5 lines
No EOL
68 B
Bash
Executable file
5 lines
No EOL
68 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|
|
yarn test |