提交 | 用户 | age
2b466e 1 #!/bin/sh
V 2 . "$(dirname "$0")/_/husky.sh"
3 . "$(dirname "$0")/common.sh"
4
5 [ -n "$CI" ] && exit 0
6
839271 7 PATH="/usr/local/bin:$PATH"
8
07c18d 9 # Format and submit code according to lintstagedrc.js configuration
ba2415 10 pnpm exec lint-staged