Files
rocketchat2matrix/.husky/pre-commit
T

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