rocketchat2matrix/.husky/pre-commit
2023-05-20 10:58:04 +02:00

9 lines
107 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format
npm run lint
npm test
npm run compile