chat-flow/.husky/pre-push

7 lines
141 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# TODO(CGQAQ): uncomment this when next 13.2.4 came out
# npm run lint;
npm run format;