openrowingmonitor/.husky/pre-commit

6 lines
64 B
Bash
Executable File

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