5 lines
80 B
Bash
5 lines
80 B
Bash
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npm run lint-staged && git add --all
|