mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
. "$(dirname "$0")/common.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
pnpm lint-staged --allow-empty "$1" |