5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx pretty-quick --staged
|
|
git add .
|