Files
vue-element-plus-admin/.husky/pre-commit
kailong321200875 82245ee6d0 chore: 更新依赖
2023-07-23 20:22:56 +08:00

9 lines
176 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run ts:check
npm run lint:lint-staged