element-plus/.husky/pre-commit

6 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm exec lint-staged
pnpm exec pretty-quick --staged