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

5 lines
80 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run lint:fix && npm run typecheck