remnantchat/.husky/pre-commit
2022-08-08 20:04:04 -05:00

9 lines
117 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
set -e
npx pretty-quick --staged
npm run lint
CI=true npm test