2021-02-09 22:36:44 +08:00
|
|
|
#!/bin/sh
|
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
|
. "$(dirname "$0")/common.sh"
|
|
|
|
|
|
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
|
|
2022-10-19 13:33:55 +08:00
|
|
|
PATH="/usr/local/bin:$PATH"
|
|
|
|
|
|
2021-02-09 23:47:14 +08:00
|
|
|
# Format and submit code according to lintstagedrc.js configuration
|
2024-07-31 00:26:08 +08:00
|
|
|
# pnpm exec lint-staged
|