6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx pretty-quick --staged
|
|
npx lint-staged
|