connector-wordpress/.husky/pre-commit

6 lines
67 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm test
npx lint-staged