5 lines
No EOL
81 B
Bash
5 lines
No EOL
81 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn --cwd ./Dashboard run lint
|
|
git add |