chat-flow/.husky/pre-push

7 lines
141 B
Plaintext
Raw Normal View History

2025-07-29 08:45:22 +08:00
#!/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;