ruoyi-plus-soybean/.husky/pre-commit

5 lines
76 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2022-03-05 23:20:00 +08:00
npm run lint && npm run typecheck