kt-template-online-playground/.husky/pre-commit

6 lines
116 B
Plaintext

if grep -q '"lint-staged"' package.json; then
pnpm exec lint-staged --concurrent false
fi
pnpm run verify:commit