Files
vue-element-plus-admin/.husky/pre-commit
kailong321200875 283bc58d46 types: 类型优化
2023-07-09 11:19:44 +08:00

9 lines
178 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