#!/bin/sh . "$(dirname "$0")/_/husky.sh" # 运行 lint:style 和 format pnpm run lint:style && pnpm run format echo "pre-commit: lint:style and format passed"